#[repr(C)]pub struct _VACopyOption__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl _VACopyOption__bindgen_ty_1
impl _VACopyOption__bindgen_ty_1
pub fn va_copy_sync(&self) -> u32
pub fn set_va_copy_sync(&mut self, val: u32)
pub fn va_copy_mode(&self) -> u32
pub fn set_va_copy_mode(&mut self, val: u32)
pub fn reserved(&self) -> u32
pub fn set_reserved(&mut self, val: u32)
pub fn new_bitfield_1( va_copy_sync: u32, va_copy_mode: u32, reserved: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for _VACopyOption__bindgen_ty_1
impl Clone for _VACopyOption__bindgen_ty_1
Source§fn clone(&self) -> _VACopyOption__bindgen_ty_1
fn clone(&self) -> _VACopyOption__bindgen_ty_1
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__bindgen_ty_1
Source§impl Debug for _VACopyOption__bindgen_ty_1
impl Debug for _VACopyOption__bindgen_ty_1
Source§impl Default for _VACopyOption__bindgen_ty_1
impl Default for _VACopyOption__bindgen_ty_1
Source§fn default() -> _VACopyOption__bindgen_ty_1
fn default() -> _VACopyOption__bindgen_ty_1
Returns the “default value” for a type. Read more
impl Eq for _VACopyOption__bindgen_ty_1
Source§impl PartialEq for _VACopyOption__bindgen_ty_1
impl PartialEq for _VACopyOption__bindgen_ty_1
Source§fn eq(&self, other: &_VACopyOption__bindgen_ty_1) -> bool
fn eq(&self, other: &_VACopyOption__bindgen_ty_1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VACopyOption__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _VACopyOption__bindgen_ty_1
impl RefUnwindSafe for _VACopyOption__bindgen_ty_1
impl Send for _VACopyOption__bindgen_ty_1
impl Sync for _VACopyOption__bindgen_ty_1
impl Unpin for _VACopyOption__bindgen_ty_1
impl UnsafeUnpin for _VACopyOption__bindgen_ty_1
impl UnwindSafe for _VACopyOption__bindgen_ty_1
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