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