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
sourceimpl Clone for attribute_set_t
impl Clone for attribute_set_t
sourcefn clone(&self) -> attribute_set_t
fn clone(&self) -> attribute_set_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for attribute_set_t
Auto Trait Implementations
impl RefUnwindSafe for attribute_set_t
impl Send for attribute_set_t
impl Sync for attribute_set_t
impl Unpin for attribute_set_t
impl UnwindSafe for attribute_set_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more