#[repr(C)]pub struct _VAGenericValue {
pub type_: c_uint,
pub value: _VAGenericValue__bindgen_ty_1,
}
Fields
type_: c_uint
value: _VAGenericValue__bindgen_ty_1
Trait Implementations
sourceimpl Clone for _VAGenericValue
impl Clone for _VAGenericValue
sourcefn clone(&self) -> _VAGenericValue
fn clone(&self) -> _VAGenericValue
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 Default for _VAGenericValue
impl Default for _VAGenericValue
sourceimpl TryFrom<_VAGenericValue> for GenericValue
impl TryFrom<_VAGenericValue> for GenericValue
impl Copy for _VAGenericValue
Auto Trait Implementations
impl RefUnwindSafe for _VAGenericValue
impl !Send for _VAGenericValue
impl !Sync for _VAGenericValue
impl Unpin for _VAGenericValue
impl UnwindSafe for _VAGenericValue
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