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