#[repr(u8)]pub enum Can0Rule {
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 Can0Rule
impl Ord for Can0Rule
Source§impl PartialOrd for Can0Rule
impl PartialOrd for Can0Rule
impl Copy for Can0Rule
impl Eq for Can0Rule
impl StructuralPartialEq for Can0Rule
Auto Trait Implementations§
impl Freeze for Can0Rule
impl RefUnwindSafe for Can0Rule
impl Send for Can0Rule
impl Sync for Can0Rule
impl Unpin for Can0Rule
impl UnwindSafe for Can0Rule
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