#[repr(transparent)]pub struct Sidext(pub u32);Expand description
Slave ID Extension Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Sidext
impl Eq for Sidext
impl StructuralPartialEq for Sidext
Auto Trait Implementations§
impl Freeze for Sidext
impl RefUnwindSafe for Sidext
impl Send for Sidext
impl Sync for Sidext
impl Unpin for Sidext
impl UnwindSafe for Sidext
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