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