#[repr(C)]pub union readstat_value_s__bindgen_ty_1 {
pub float_value: f32,
pub double_value: f64,
pub i8_value: i8,
pub i16_value: i16,
pub i32_value: i32,
pub string_value: *const c_char,
}Fields§
§float_value: f32§double_value: f64§i8_value: i8§i16_value: i16§i32_value: i32§string_value: *const c_charTrait Implementations§
Source§impl Clone for readstat_value_s__bindgen_ty_1
impl Clone for readstat_value_s__bindgen_ty_1
Source§fn clone(&self) -> readstat_value_s__bindgen_ty_1
fn clone(&self) -> readstat_value_s__bindgen_ty_1
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__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for readstat_value_s__bindgen_ty_1
impl RefUnwindSafe for readstat_value_s__bindgen_ty_1
impl !Send for readstat_value_s__bindgen_ty_1
impl !Sync for readstat_value_s__bindgen_ty_1
impl Unpin for readstat_value_s__bindgen_ty_1
impl UnwindSafe for readstat_value_s__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