Struct libc::vol_attributes_attr_t
source · #[repr(C)]pub struct vol_attributes_attr_t {
pub validattr: attribute_set_t,
pub nativeattr: attribute_set_t,
}
Fields§
§validattr: attribute_set_t
§nativeattr: attribute_set_t
Trait Implementations§
source§impl Clone for vol_attributes_attr_t
impl Clone for vol_attributes_attr_t
source§fn clone(&self) -> vol_attributes_attr_t
fn clone(&self) -> vol_attributes_attr_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 vol_attributes_attr_t
impl Debug for vol_attributes_attr_t
source§impl Hash for vol_attributes_attr_t
impl Hash for vol_attributes_attr_t
source§impl PartialEq<vol_attributes_attr_t> for vol_attributes_attr_t
impl PartialEq<vol_attributes_attr_t> for vol_attributes_attr_t
source§fn eq(&self, other: &vol_attributes_attr_t) -> bool
fn eq(&self, other: &vol_attributes_attr_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for vol_attributes_attr_t
impl Eq for vol_attributes_attr_t
impl StructuralEq for vol_attributes_attr_t
impl StructuralPartialEq for vol_attributes_attr_t
Auto Trait Implementations§
impl RefUnwindSafe for vol_attributes_attr_t
impl Send for vol_attributes_attr_t
impl Sync for vol_attributes_attr_t
impl Unpin for vol_attributes_attr_t
impl UnwindSafe for vol_attributes_attr_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