#[repr(C)]pub struct _VACopyObject {
pub obj_type: Type,
pub object: _VACopyObject__bindgen_ty_1,
pub va_reserved: [u32; 8],
}Fields§
§obj_type: Type§object: _VACopyObject__bindgen_ty_1§va_reserved: [u32; 8]Trait Implementations§
Source§impl Clone for _VACopyObject
impl Clone for _VACopyObject
Source§fn clone(&self) -> _VACopyObject
fn clone(&self) -> _VACopyObject
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 _VACopyObject
Auto Trait Implementations§
impl Freeze for _VACopyObject
impl RefUnwindSafe for _VACopyObject
impl Send for _VACopyObject
impl Sync for _VACopyObject
impl Unpin for _VACopyObject
impl UnsafeUnpin for _VACopyObject
impl UnwindSafe for _VACopyObject
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