#[non_exhaustive]#[repr(u8)]pub enum PT_ENUMFLAGS8_fcntl_commands {
Show 29 variants
F_GETPIPE_SZ,
F_SETPIPE_SZ,
F_NOTIFY,
F_DUPFD_CLOEXEC,
F_CANCELLK,
F_GETLEASE,
F_SETLEASE,
F_GETOWN_EX,
F_SETOWN_EX,
F_SETLKW64,
F_SETLK64,
F_GETLK64,
F_GETSIG,
F_SETSIG,
F_GETOWN,
F_SETOWN,
F_SETLKW,
F_SETLK,
F_GETLK,
F_SETFL,
F_GETFL,
F_SETFD,
F_GETFD,
F_DUPFD,
F_OFD_GETLK,
F_OFD_SETLK,
F_OFD_SETLKW,
UNKNOWN,
Unknown(usize),
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
F_GETPIPE_SZ
F_SETPIPE_SZ
F_NOTIFY
F_DUPFD_CLOEXEC
F_CANCELLK
F_GETLEASE
F_SETLEASE
F_GETOWN_EX
F_SETOWN_EX
F_SETLKW64
F_SETLK64
F_GETLK64
F_GETSIG
F_SETSIG
F_GETOWN
F_SETOWN
F_SETLKW
F_SETLK
F_GETLK
F_SETFL
F_GETFL
F_SETFD
F_GETFD
F_DUPFD
F_OFD_GETLK
F_OFD_SETLK
F_OFD_SETLKW
UNKNOWN
Unknown(usize)
Trait Implementations§
source§impl Clone for PT_ENUMFLAGS8_fcntl_commands
impl Clone for PT_ENUMFLAGS8_fcntl_commands
source§fn clone(&self) -> PT_ENUMFLAGS8_fcntl_commands
fn clone(&self) -> PT_ENUMFLAGS8_fcntl_commands
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PT_ENUMFLAGS8_fcntl_commands
impl Debug for PT_ENUMFLAGS8_fcntl_commands
source§impl<'de> Deserialize<'de> for PT_ENUMFLAGS8_fcntl_commands
impl<'de> Deserialize<'de> for PT_ENUMFLAGS8_fcntl_commands
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<F> Format<F> for PT_ENUMFLAGS8_fcntl_commands
impl<F> Format<F> for PT_ENUMFLAGS8_fcntl_commands
source§impl From<PT_ENUMFLAGS8_fcntl_commands> for u8
impl From<PT_ENUMFLAGS8_fcntl_commands> for u8
source§fn from(val: PT_ENUMFLAGS8_fcntl_commands) -> u8
fn from(val: PT_ENUMFLAGS8_fcntl_commands) -> u8
Converts to this type from the input type.
source§impl From<u8> for PT_ENUMFLAGS8_fcntl_commands
impl From<u8> for PT_ENUMFLAGS8_fcntl_commands
source§impl FromBytes<'_> for PT_ENUMFLAGS8_fcntl_commands
impl FromBytes<'_> for PT_ENUMFLAGS8_fcntl_commands
source§fn from_bytes(buf: &mut &[u8]) -> FromBytesResult<Self>where
Self: Sized,
fn from_bytes(buf: &mut &[u8]) -> FromBytesResult<Self>where
Self: Sized,
Read the binary representation of a field and return the parsed representation Read more
source§fn from_maybe_bytes(buf: Option<&mut &'a [u8]>) -> FromBytesResult<Self>
fn from_maybe_bytes(buf: Option<&mut &'a [u8]>) -> FromBytesResult<Self>
Read the binary representation of a field from a buffer that may or may not exist Read more
source§impl Hash for PT_ENUMFLAGS8_fcntl_commands
impl Hash for PT_ENUMFLAGS8_fcntl_commands
source§impl Ord for PT_ENUMFLAGS8_fcntl_commands
impl Ord for PT_ENUMFLAGS8_fcntl_commands
source§fn cmp(&self, other: &PT_ENUMFLAGS8_fcntl_commands) -> Ordering
fn cmp(&self, other: &PT_ENUMFLAGS8_fcntl_commands) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for PT_ENUMFLAGS8_fcntl_commands
impl PartialEq for PT_ENUMFLAGS8_fcntl_commands
source§fn eq(&self, other: &PT_ENUMFLAGS8_fcntl_commands) -> bool
fn eq(&self, other: &PT_ENUMFLAGS8_fcntl_commands) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.source§impl PartialOrd for PT_ENUMFLAGS8_fcntl_commands
impl PartialOrd for PT_ENUMFLAGS8_fcntl_commands
impl Copy for PT_ENUMFLAGS8_fcntl_commands
impl Eq for PT_ENUMFLAGS8_fcntl_commands
impl StructuralPartialEq for PT_ENUMFLAGS8_fcntl_commands
Auto Trait Implementations§
impl Freeze for PT_ENUMFLAGS8_fcntl_commands
impl RefUnwindSafe for PT_ENUMFLAGS8_fcntl_commands
impl Send for PT_ENUMFLAGS8_fcntl_commands
impl Sync for PT_ENUMFLAGS8_fcntl_commands
impl Unpin for PT_ENUMFLAGS8_fcntl_commands
impl UnwindSafe for PT_ENUMFLAGS8_fcntl_commands
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)