pub enum FcntlCmd {
SetLock,
SetLockWait,
GetLock,
}Expand description
Allowed commands (cmd parameter) for the fcntl syscall.
Variants§
Trait Implementations§
Source§impl Ord for FcntlCmd
impl Ord for FcntlCmd
Source§impl PartialOrd for FcntlCmd
impl PartialOrd for FcntlCmd
impl Copy for FcntlCmd
impl Eq for FcntlCmd
impl StructuralPartialEq for FcntlCmd
Auto Trait Implementations§
impl Freeze for FcntlCmd
impl RefUnwindSafe for FcntlCmd
impl Send for FcntlCmd
impl Sync for FcntlCmd
impl Unpin for FcntlCmd
impl UnsafeUnpin for FcntlCmd
impl UnwindSafe for FcntlCmd
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