Fields
type_: Type
value: u32
Trait Implementations
sourceimpl Clone for _VAConfigAttrib
impl Clone for _VAConfigAttrib
sourcefn clone(&self) -> _VAConfigAttrib
fn clone(&self) -> _VAConfigAttrib
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 moresourceimpl Debug for _VAConfigAttrib
impl Debug for _VAConfigAttrib
sourceimpl Default for _VAConfigAttrib
impl Default for _VAConfigAttrib
sourceimpl PartialEq<_VAConfigAttrib> for _VAConfigAttrib
impl PartialEq<_VAConfigAttrib> for _VAConfigAttrib
sourcefn eq(&self, other: &_VAConfigAttrib) -> bool
fn eq(&self, other: &_VAConfigAttrib) -> bool
impl Copy for _VAConfigAttrib
impl Eq for _VAConfigAttrib
impl StructuralEq for _VAConfigAttrib
impl StructuralPartialEq for _VAConfigAttrib
Auto Trait Implementations
impl RefUnwindSafe for _VAConfigAttrib
impl Send for _VAConfigAttrib
impl Sync for _VAConfigAttrib
impl Unpin for _VAConfigAttrib
impl UnwindSafe for _VAConfigAttrib
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