#[repr(u8)]pub enum Cmdprt {
ZZ13 = 0,
ZZ14 = 1,
ZZ15 = 2,
ZZ16 = 3,
}Variants§
ZZ13 = 0
Secure, normal access
ZZ14 = 1
Secure, privileged access
ZZ15 = 2
Nonsecure, normal access
ZZ16 = 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