#[repr(u8)]pub enum RbarA3Xn {
Execute = 0,
ExecuteNever = 1,
}Variants§
Execute = 0
Execution is only permitted if read permitted.
ExecuteNever = 1
Execution is not permitted.
Implementations§
Trait Implementations§
Source§impl Ord for RbarA3Xn
impl Ord for RbarA3Xn
Source§impl PartialOrd for RbarA3Xn
impl PartialOrd for RbarA3Xn
impl Copy for RbarA3Xn
impl Eq for RbarA3Xn
impl StructuralPartialEq for RbarA3Xn
Auto Trait Implementations§
impl Freeze for RbarA3Xn
impl RefUnwindSafe for RbarA3Xn
impl Send for RbarA3Xn
impl Sync for RbarA3Xn
impl Unpin for RbarA3Xn
impl UnwindSafe for RbarA3Xn
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