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