#[repr(C)]pub struct readstat_value_label_s {
pub double_key: f64,
pub int32_key: i32,
pub tag: c_char,
pub string_key: *mut c_char,
pub string_key_len: usize,
pub label: *mut c_char,
pub label_len: usize,
}Fields§
§double_key: f64§int32_key: i32§tag: c_char§string_key: *mut c_char§string_key_len: usize§label: *mut c_char§label_len: usizeTrait Implementations§
Source§impl Clone for readstat_value_label_s
impl Clone for readstat_value_label_s
Source§fn clone(&self) -> readstat_value_label_s
fn clone(&self) -> readstat_value_label_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 moreSource§impl Debug for readstat_value_label_s
impl Debug for readstat_value_label_s
impl Copy for readstat_value_label_s
Auto Trait Implementations§
impl Freeze for readstat_value_label_s
impl RefUnwindSafe for readstat_value_label_s
impl !Send for readstat_value_label_s
impl !Sync for readstat_value_label_s
impl Unpin for readstat_value_label_s
impl UnwindSafe for readstat_value_label_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