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