#[repr(u8)]pub enum Cmdprt {
CMDPRT00 = 0,
CMDPRT01 = 1,
CMDPRT10 = 2,
CMDPRT11 = 3,
}Variants§
CMDPRT00 = 0
Secure, normal access
CMDPRT01 = 1
Secure, privileged access
CMDPRT10 = 2
Nonsecure, normal access
CMDPRT11 = 3
Nonsecure, privileged access
Implementations§
Trait Implementations§
Source§impl Ord for Cmdprt
impl Ord for Cmdprt
Source§impl PartialOrd for Cmdprt
impl PartialOrd for Cmdprt
impl Copy for Cmdprt
impl Eq for Cmdprt
impl StructuralPartialEq for Cmdprt
Auto Trait Implementations§
impl Freeze for Cmdprt
impl RefUnwindSafe for Cmdprt
impl Send for Cmdprt
impl Sync for Cmdprt
impl Unpin for Cmdprt
impl UnwindSafe for Cmdprt
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