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