#[repr(C)]pub struct readstat_value_s {
pub v: readstat_value_s__bindgen_ty_1,
pub type_: readstat_type_t,
pub tag: c_char,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u16,
}Fields§
§v: readstat_value_s__bindgen_ty_1§type_: readstat_type_t§tag: c_char§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: u16Implementations§
Source§impl readstat_value_s
impl readstat_value_s
pub fn is_system_missing(&self) -> c_uint
pub fn set_is_system_missing(&mut self, val: c_uint)
pub unsafe fn is_system_missing_raw(this: *const Self) -> c_uint
pub unsafe fn set_is_system_missing_raw(this: *mut Self, val: c_uint)
pub fn is_tagged_missing(&self) -> c_uint
pub fn set_is_tagged_missing(&mut self, val: c_uint)
pub unsafe fn is_tagged_missing_raw(this: *const Self) -> c_uint
pub unsafe fn set_is_tagged_missing_raw(this: *mut Self, val: c_uint)
pub fn new_bitfield_1( is_system_missing: c_uint, is_tagged_missing: c_uint, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Source§impl Clone for readstat_value_s
impl Clone for readstat_value_s
Source§fn clone(&self) -> readstat_value_s
fn clone(&self) -> readstat_value_s
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for readstat_value_s
Auto Trait Implementations§
impl Freeze for readstat_value_s
impl RefUnwindSafe for readstat_value_s
impl !Send for readstat_value_s
impl !Sync for readstat_value_s
impl Unpin for readstat_value_s
impl UnwindSafe for readstat_value_s
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