#[repr(transparent)]pub struct Idcomp(pub u8);Expand description
Peripheral ID Complement
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Idcomp
impl Eq for Idcomp
impl StructuralPartialEq for Idcomp
Auto Trait Implementations§
impl Freeze for Idcomp
impl RefUnwindSafe for Idcomp
impl Send for Idcomp
impl Sync for Idcomp
impl Unpin for Idcomp
impl UnwindSafe for Idcomp
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