Struct libc::attribute_set_t
source · #[repr(C)]pub struct attribute_set_t {
pub commonattr: attrgroup_t,
pub volattr: attrgroup_t,
pub dirattr: attrgroup_t,
pub fileattr: attrgroup_t,
pub forkattr: attrgroup_t,
}
Fields§
§commonattr: attrgroup_t
§volattr: attrgroup_t
§dirattr: attrgroup_t
§fileattr: attrgroup_t
§forkattr: attrgroup_t
Trait Implementations§
source§impl Clone for attribute_set_t
impl Clone for attribute_set_t
source§fn clone(&self) -> attribute_set_t
fn clone(&self) -> attribute_set_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more