Struct open_how
struct open_how { ... }
Fields
flags: __u64mode: __u64resolve: __u64
Implementations
impl Clone for open_how
fn clone(self: &Self) -> open_how
impl Copy for open_how
impl Debug for open_how
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for open_how
impl RefUnwindSafe for open_how
impl Send for open_how
impl Sync for open_how
impl Unpin for open_how
impl UnsafeUnpin for open_how
impl UnwindSafe for open_how
impl<T> Any for open_how
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for open_how
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for open_how
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for open_how
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for open_how
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for open_how
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 open_how
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for open_how
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>