#[repr(C)]pub struct vol_attributes_attr {
pub validattr: attribute_set_t,
pub nativeattr: attribute_set_t,
}Fields§
§validattr: attribute_set_t§nativeattr: attribute_set_tTrait Implementations§
Source§impl Clone for vol_attributes_attr
impl Clone for vol_attributes_attr
Source§fn clone(&self) -> vol_attributes_attr
fn clone(&self) -> vol_attributes_attr
Returns a duplicate 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
impl Debug for vol_attributes_attr
impl Copy for vol_attributes_attr
Auto Trait Implementations§
impl Freeze for vol_attributes_attr
impl RefUnwindSafe for vol_attributes_attr
impl Send for vol_attributes_attr
impl Sync for vol_attributes_attr
impl Unpin for vol_attributes_attr
impl UnwindSafe for vol_attributes_attr
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