#[repr(transparent)]pub struct Pf(pub u32);Expand description
Pin Flag
Tuple Fields§
§0: u32Implementations§
Source§impl Pf
impl Pf
Sourcepub const fn reserved28(&self) -> bool
pub const fn reserved28(&self) -> bool
Reserved
Sourcepub const fn set_reserved28(&mut self, val: bool)
pub const fn set_reserved28(&mut self, val: bool)
Reserved
Sourcepub const fn reserved29(&self) -> bool
pub const fn reserved29(&self) -> bool
Reserved
Sourcepub const fn set_reserved29(&mut self, val: bool)
pub const fn set_reserved29(&mut self, val: bool)
Reserved
Sourcepub const fn reserved31(&self) -> bool
pub const fn reserved31(&self) -> bool
Reserved
Sourcepub const fn set_reserved31(&mut self, val: bool)
pub const fn set_reserved31(&mut self, val: bool)
Reserved
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