pub struct OpenFlag;Expand description
File open flags
Implementations§
Auto Trait Implementations§
impl Freeze for OpenFlag
impl RefUnwindSafe for OpenFlag
impl Send for OpenFlag
impl Sync for OpenFlag
impl Unpin for OpenFlag
impl UnsafeUnpin for OpenFlag
impl UnwindSafe for OpenFlag
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