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