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