Struct fsid_t
libc
#[repr(C)] pub struct fsid_t { __val: [c_int; 2], }
__val: [c_int; 2]
impl Copy for fsid_t
impl Clone for fsid_t
fn clone(&self) -> fsid_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for fsid_t
impl Sync for fsid_t