attribute_set_t

Type Alias attribute_set_t 

Source
pub type attribute_set_t = attribute_set;

Aliased Type§

#[repr(C)]
pub struct attribute_set_t { pub commonattr: u32, pub volattr: u32, pub dirattr: u32, pub fileattr: u32, pub forkattr: u32, }

Fields§

§commonattr: u32§volattr: u32§dirattr: u32§fileattr: u32§forkattr: u32