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