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