Type Alias fsid_t

Source
pub type fsid_t = __fsid_t;

Aliased Type§

struct fsid_t {
    pub __val: [i32; 2],
}

Fields§

§__val: [i32; 2]

Trait Implementations

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 Debug for __fsid_t

Source§

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

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

impl Copy for __fsid_t