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