pub struct CodecPins {
pub SCL: PH4<Analog>,
pub SDA: PB11<Analog>,
}Fields§
§SCL: PH4<Analog>§SDA: PB11<Analog>Auto Trait Implementations§
impl Freeze for CodecPins
impl RefUnwindSafe for CodecPins
impl Send for CodecPins
impl Sync for CodecPins
impl Unpin for CodecPins
impl UnwindSafe for CodecPins
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more