pub enum FcntlArg {
Flock(flock),
}Expand description
Allowed types for the arg parameter for the fcntl syscall.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FcntlArg
impl RefUnwindSafe for FcntlArg
impl Send for FcntlArg
impl Sync for FcntlArg
impl Unpin for FcntlArg
impl UnsafeUnpin for FcntlArg
impl UnwindSafe for FcntlArg
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