#[repr(C)]pub enum FileModes {
Read = 1,
Write = 2,
NonBlock = 4,
Append = 8,
}Variants§
Trait Implementations§
impl StructuralPartialEq for FileModes
Auto Trait Implementations§
impl Freeze for FileModes
impl RefUnwindSafe for FileModes
impl Send for FileModes
impl Sync for FileModes
impl Unpin for FileModes
impl UnwindSafe for FileModes
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