#[repr(C)]pub union _VACopyOption {
pub bits: _VACopyOption__bindgen_ty_1,
pub value: u32,
}Fields§
§bits: _VACopyOption__bindgen_ty_1§value: u32Trait Implementations§
Source§impl Clone for _VACopyOption
impl Clone for _VACopyOption
Source§fn clone(&self) -> _VACopyOption
fn clone(&self) -> _VACopyOption
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _VACopyOption
Auto Trait Implementations§
impl Freeze for _VACopyOption
impl RefUnwindSafe for _VACopyOption
impl Send for _VACopyOption
impl Sync for _VACopyOption
impl Unpin for _VACopyOption
impl UnsafeUnpin for _VACopyOption
impl UnwindSafe for _VACopyOption
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