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