#[repr(u8)]pub enum Gint1Rule {
ENUM_NS_NP = 0,
ENUM_NS_P = 1,
ENUM_S_NP = 2,
ENUM_S_P = 3,
}Variants§
ENUM_NS_NP = 0
Non-secure and Non-priviledge user access allowed.
ENUM_NS_P = 1
Non-secure and Privilege access allowed.
ENUM_S_NP = 2
Secure and Non-priviledge user access allowed.
ENUM_S_P = 3
Secure and Priviledge user access allowed.
Implementations§
Trait Implementations§
Source§impl Ord for Gint1Rule
impl Ord for Gint1Rule
Source§impl PartialOrd for Gint1Rule
impl PartialOrd for Gint1Rule
impl Copy for Gint1Rule
impl Eq for Gint1Rule
impl StructuralPartialEq for Gint1Rule
Auto Trait Implementations§
impl Freeze for Gint1Rule
impl RefUnwindSafe for Gint1Rule
impl Send for Gint1Rule
impl Sync for Gint1Rule
impl Unpin for Gint1Rule
impl UnwindSafe for Gint1Rule
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