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