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