Type Alias libc::__kernel_fsid_t

source ·
pub type __kernel_fsid_t = __c_anonymous__kernel_fsid_t;

Aliased Type§

struct __kernel_fsid_t {
    pub val: [i32; 2],
}

Fields§

§val: [i32; 2]

Trait Implementations§

source§

impl Clone for __c_anonymous__kernel_fsid_t

source§

fn clone(&self) -> __c_anonymous__kernel_fsid_t

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for __c_anonymous__kernel_fsid_t

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for __c_anonymous__kernel_fsid_t

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq<__c_anonymous__kernel_fsid_t> for __c_anonymous__kernel_fsid_t

source§

fn eq(&self, other: &__c_anonymous__kernel_fsid_t) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for __c_anonymous__kernel_fsid_t

source§

impl Eq for __c_anonymous__kernel_fsid_t

source§

impl StructuralEq for __c_anonymous__kernel_fsid_t

source§

impl StructuralPartialEq for __c_anonymous__kernel_fsid_t