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