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