#[repr(u8)]pub enum Cmdp {
CMDP0 = 0,
CMDP1 = 1,
}Variants§
CMDP0 = 0
Command protection level and domain ID are stale
CMDP1 = 1
Command protection level (CMDPRT) and domain ID (CMDDID) are set
Implementations§
Trait Implementations§
Source§impl Ord for Cmdp
impl Ord for Cmdp
Source§impl PartialOrd for Cmdp
impl PartialOrd for Cmdp
impl Copy for Cmdp
impl Eq for Cmdp
impl StructuralPartialEq for Cmdp
Auto Trait Implementations§
impl Freeze for Cmdp
impl RefUnwindSafe for Cmdp
impl Send for Cmdp
impl Sync for Cmdp
impl Unpin for Cmdp
impl UnwindSafe for Cmdp
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