#[repr(C)]pub struct readstat_variable_s {Show 16 fields
pub type_: readstat_type_t,
pub index: c_int,
pub name: [c_char; 300],
pub format: [c_char; 256],
pub label: [c_char; 1024],
pub label_set: *mut readstat_label_set_t,
pub offset: off_t,
pub storage_width: usize,
pub user_width: usize,
pub missingness: readstat_missingness_t,
pub measure: readstat_measure_t,
pub alignment: readstat_alignment_t,
pub display_width: c_int,
pub decimals: c_int,
pub skip: c_int,
pub index_after_skipping: c_int,
}Fields§
§type_: readstat_type_t§index: c_int§name: [c_char; 300]§format: [c_char; 256]§label: [c_char; 1024]§label_set: *mut readstat_label_set_t§offset: off_t§storage_width: usize§user_width: usize§missingness: readstat_missingness_t§measure: readstat_measure_t§alignment: readstat_alignment_t§display_width: c_int§decimals: c_int§skip: c_int§index_after_skipping: c_intTrait Implementations§
Source§impl Clone for readstat_variable_s
impl Clone for readstat_variable_s
Source§fn clone(&self) -> readstat_variable_s
fn clone(&self) -> readstat_variable_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 moreimpl Copy for readstat_variable_s
Auto Trait Implementations§
impl Freeze for readstat_variable_s
impl RefUnwindSafe for readstat_variable_s
impl !Send for readstat_variable_s
impl !Sync for readstat_variable_s
impl Unpin for readstat_variable_s
impl UnwindSafe for readstat_variable_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