Type Alias nix::sys::statfs::fsid_t

source ·
pub type fsid_t = fsid_t;
Expand description

Identifies a mounted file system

Aliased Type§

struct fsid_t { /* private fields */ }

Trait Implementations

source§

impl PartialEq for fsid_t

source§

fn eq(&self, other: &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 Eq for fsid_t

source§

impl Clone for fsid_t

source§

fn clone(&self) -> 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 Copy for fsid_t

source§

impl Hash for fsid_t

source§

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

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 StructuralPartialEq for fsid_t

source§

impl Debug for fsid_t

source§

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

Formats the value using the given formatter. Read more