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