#[repr(u8)]pub enum RbarA1Ap {
PrivilegedCode = 0,
PrivilegedAny = 1,
PrivilegedCodeReadOnly = 2,
PrivilegedAnyReadOnly = 3,
}Variants§
PrivilegedCode = 0
Read/write by privileged code only.
PrivilegedAny = 1
Read/write by any privilege level.
PrivilegedCodeReadOnly = 2
Read-only by privileged code only.
PrivilegedAnyReadOnly = 3
Read-only by any privilege level.
Implementations§
Trait Implementations§
Source§impl Ord for RbarA1Ap
impl Ord for RbarA1Ap
Source§impl PartialOrd for RbarA1Ap
impl PartialOrd for RbarA1Ap
impl Copy for RbarA1Ap
impl Eq for RbarA1Ap
impl StructuralPartialEq for RbarA1Ap
Auto Trait Implementations§
impl Freeze for RbarA1Ap
impl RefUnwindSafe for RbarA1Ap
impl Send for RbarA1Ap
impl Sync for RbarA1Ap
impl Unpin for RbarA1Ap
impl UnwindSafe for RbarA1Ap
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