#[repr(u8)]pub enum Pprot {
SECNP = 0,
SECP = 1,
NSECNP = 2,
NSECP = 3,
}Variants§
SECNP = 0
Secure, non-privileged
SECP = 1
Secure, privileged
NSECNP = 2
Non-secure, non-privileged
NSECP = 3
Non-secure, privileged
Implementations§
Trait Implementations§
Source§impl Ord for Pprot
impl Ord for Pprot
Source§impl PartialOrd for Pprot
impl PartialOrd for Pprot
impl Copy for Pprot
impl Eq for Pprot
impl StructuralPartialEq for Pprot
Auto Trait Implementations§
impl Freeze for Pprot
impl RefUnwindSafe for Pprot
impl Send for Pprot
impl Sync for Pprot
impl Unpin for Pprot
impl UnwindSafe for Pprot
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