#[repr(C)]pub struct readstat_missingness_s {
pub missing_ranges: [readstat_value_t; 32],
pub missing_ranges_count: c_long,
}Fields§
§missing_ranges: [readstat_value_t; 32]§missing_ranges_count: c_longTrait Implementations§
Source§impl Clone for readstat_missingness_s
impl Clone for readstat_missingness_s
Source§fn clone(&self) -> readstat_missingness_s
fn clone(&self) -> readstat_missingness_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_missingness_s
Auto Trait Implementations§
impl Freeze for readstat_missingness_s
impl RefUnwindSafe for readstat_missingness_s
impl !Send for readstat_missingness_s
impl !Sync for readstat_missingness_s
impl Unpin for readstat_missingness_s
impl UnwindSafe for readstat_missingness_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