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