#[repr(C)]pub enum Prot {
None = 0,
Read = 1,
Write = 2,
Exec = 4,
TODO = 5,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Prot
impl Eq for Prot
impl StructuralPartialEq for Prot
Auto Trait Implementations§
impl Freeze for Prot
impl RefUnwindSafe for Prot
impl Send for Prot
impl Sync for Prot
impl Unpin for Prot
impl UnwindSafe for Prot
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