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