#[repr(C)]pub union DataValue__bindgen_ty_1 {
pub c: c_char,
pub uc: byte,
pub s: c_short,
pub us: uint16,
pub i: c_int,
pub ui: uint,
pub p: *mut c_void,
pub f: f32,
pub d: f64,
pub i64_: int64,
pub ui64: uint64,
}Fields§
§c: c_char§uc: byte§s: c_short§us: uint16§i: c_int§ui: uint§p: *mut c_void§f: f32§d: f64§i64_: int64§ui64: uint64Trait Implementations§
Source§impl Clone for DataValue__bindgen_ty_1
impl Clone for DataValue__bindgen_ty_1
Source§fn clone(&self) -> DataValue__bindgen_ty_1
fn clone(&self) -> DataValue__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 DataValue__bindgen_ty_1
Auto Trait Implementations§
impl !Send for DataValue__bindgen_ty_1
impl !Sync for DataValue__bindgen_ty_1
impl Freeze for DataValue__bindgen_ty_1
impl RefUnwindSafe for DataValue__bindgen_ty_1
impl Unpin for DataValue__bindgen_ty_1
impl UnsafeUnpin for DataValue__bindgen_ty_1
impl UnwindSafe for DataValue__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