#[repr(transparent)]pub struct Pf(pub u32);Expand description
Pin Flag.
Tuple Fields§
§0: u32Implementations§
Source§impl Pf
impl Pf
Sourcepub const fn set_reserved0(&mut self, val: bool)
pub const fn set_reserved0(&mut self, val: bool)
Reserved.
Sourcepub const fn set_reserved1(&mut self, val: bool)
pub const fn set_reserved1(&mut self, val: bool)
Reserved.
Sourcepub const fn set_reserved3(&mut self, val: bool)
pub const fn set_reserved3(&mut self, val: bool)
Reserved.
Sourcepub const fn set_reserved4(&mut self, val: bool)
pub const fn set_reserved4(&mut self, val: bool)
Reserved.
Sourcepub const fn set_reserved5(&mut self, val: bool)
pub const fn set_reserved5(&mut self, val: bool)
Reserved.
Sourcepub const fn reserved13(&self) -> bool
pub const fn reserved13(&self) -> bool
Reserved.
Sourcepub const fn set_reserved13(&mut self, val: bool)
pub const fn set_reserved13(&mut self, val: bool)
Reserved.
Sourcepub const fn reserved14(&self) -> bool
pub const fn reserved14(&self) -> bool
Reserved.
Sourcepub const fn set_reserved14(&mut self, val: bool)
pub const fn set_reserved14(&mut self, val: bool)
Reserved.
Sourcepub const fn reserved15(&self) -> bool
pub const fn reserved15(&self) -> bool
Reserved.
Sourcepub const fn set_reserved15(&mut self, val: bool)
pub const fn set_reserved15(&mut self, val: bool)
Reserved.
Sourcepub const fn reserved21(&self) -> bool
pub const fn reserved21(&self) -> bool
Reserved.
Sourcepub const fn set_reserved21(&mut self, val: bool)
pub const fn set_reserved21(&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