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