Union sGCDatapointValue__bindgen_ty_1
#[repr(C)]pub union sGCDatapointValue__bindgen_ty_1 {
pub timestampNs: u64,
pub u64_: u64,
pub u32_: u32,
pub i64_: i64,
pub i32_: i32,
pub f32_: f32,
pub f64_: f64,
pub dp: u8,
pub b: bool,
}Expand description
@brief The value of the datapoint
Fields§
§timestampNs: u64§u64_: u64§u32_: u32§i64_: i64§i32_: i32§f32_: f32§f64_: f64§dp: u8§b: boolTrait Implementations§
§impl Clone for sGCDatapointValue__bindgen_ty_1
impl Clone for sGCDatapointValue__bindgen_ty_1
§fn clone(&self) -> sGCDatapointValue__bindgen_ty_1
fn clone(&self) -> sGCDatapointValue__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 sGCDatapointValue__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for sGCDatapointValue__bindgen_ty_1
impl RefUnwindSafe for sGCDatapointValue__bindgen_ty_1
impl Send for sGCDatapointValue__bindgen_ty_1
impl Sync for sGCDatapointValue__bindgen_ty_1
impl Unpin for sGCDatapointValue__bindgen_ty_1
impl UnsafeUnpin for sGCDatapointValue__bindgen_ty_1
impl UnwindSafe for sGCDatapointValue__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