#[repr(C)]
pub union _VACopyOption {
pub bits: _VACopyOption__bindgen_ty_1,
pub value: u32,
}
Fields
bits: _VACopyOption__bindgen_ty_1
value: u32
Trait Implementations
sourceimpl Clone for _VACopyOption
impl Clone for _VACopyOption
sourcefn clone(&self) -> _VACopyOption
fn clone(&self) -> _VACopyOption
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 _VACopyOption
impl Default for _VACopyOption
impl Copy for _VACopyOption
Auto Trait Implementations
impl RefUnwindSafe for _VACopyOption
impl Send for _VACopyOption
impl Sync for _VACopyOption
impl Unpin for _VACopyOption
impl UnwindSafe for _VACopyOption
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