#[repr(C)]pub struct readstat_label_set_s {
pub type_: readstat_type_t,
pub name: [c_char; 256],
pub value_labels: *mut readstat_value_label_t,
pub value_labels_count: c_long,
pub value_labels_capacity: c_long,
pub variables: *mut c_void,
pub variables_count: c_long,
pub variables_capacity: c_long,
}Fields§
§type_: readstat_type_t§name: [c_char; 256]§value_labels: *mut readstat_value_label_t§value_labels_count: c_long§value_labels_capacity: c_long§variables: *mut c_void§variables_count: c_long§variables_capacity: c_longTrait Implementations§
Source§impl Clone for readstat_label_set_s
impl Clone for readstat_label_set_s
Source§fn clone(&self) -> readstat_label_set_s
fn clone(&self) -> readstat_label_set_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_label_set_s
impl Debug for readstat_label_set_s
impl Copy for readstat_label_set_s
Auto Trait Implementations§
impl Freeze for readstat_label_set_s
impl RefUnwindSafe for readstat_label_set_s
impl !Send for readstat_label_set_s
impl !Sync for readstat_label_set_s
impl Unpin for readstat_label_set_s
impl UnwindSafe for readstat_label_set_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