Struct I2cBusPin
#[repr(C)]pub struct I2cBusPin {
pub port: usize,
pub line: u8,
pub af: u8,
}Fields§
§port: usize§line: u8§af: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for I2cBusPin
impl RefUnwindSafe for I2cBusPin
impl Send for I2cBusPin
impl Sync for I2cBusPin
impl Unpin for I2cBusPin
impl UnsafeUnpin for I2cBusPin
impl UnwindSafe for I2cBusPin
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