Enum fsconfig_command
enum fsconfig_command
Variants
-
FSCONFIG_SET_FLAG -
FSCONFIG_SET_STRING -
FSCONFIG_SET_BINARY -
FSCONFIG_SET_PATH -
FSCONFIG_SET_PATH_EMPTY -
FSCONFIG_SET_FD -
FSCONFIG_CMD_CREATE -
FSCONFIG_CMD_RECONFIGURE -
FSCONFIG_CMD_CREATE_EXCL
Implementations
impl Clone for fsconfig_command
fn clone(self: &Self) -> fsconfig_command
impl Copy for fsconfig_command
impl Debug for fsconfig_command
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for fsconfig_command
impl Freeze for fsconfig_command
impl Hash for fsconfig_command
fn hash<__H: $crate::hash::Hasher>(self: &Self, state: &mut __H)
impl PartialEq for fsconfig_command
fn eq(self: &Self, other: &fsconfig_command) -> bool
impl RefUnwindSafe for fsconfig_command
impl Send for fsconfig_command
impl StructuralPartialEq for fsconfig_command
impl Sync for fsconfig_command
impl Unpin for fsconfig_command
impl UnsafeUnpin for fsconfig_command
impl UnwindSafe for fsconfig_command
impl<T> Any for fsconfig_command
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for fsconfig_command
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for fsconfig_command
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for fsconfig_command
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for fsconfig_command
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for fsconfig_command
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for fsconfig_command
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for fsconfig_command
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>