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 moresource§impl Debug for attribute_set_t
impl Debug for attribute_set_t
source§impl Hash for attribute_set_t
impl Hash for attribute_set_t
source§impl PartialEq<attribute_set_t> for attribute_set_t
impl PartialEq<attribute_set_t> for attribute_set_t
source§fn eq(&self, other: &attribute_set_t) -> bool
fn eq(&self, other: &attribute_set_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for attribute_set_t
impl Eq for attribute_set_t
impl StructuralEq for attribute_set_t
impl StructuralPartialEq 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more