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