#[repr(C)]pub struct readstat_callbacks_s {
pub metadata: readstat_metadata_handler,
pub note: readstat_note_handler,
pub variable: readstat_variable_handler,
pub fweight: readstat_fweight_handler,
pub value: readstat_value_handler,
pub value_label: readstat_value_label_handler,
pub error: readstat_error_handler,
pub progress: readstat_progress_handler,
}Fields§
§metadata: readstat_metadata_handler§note: readstat_note_handler§variable: readstat_variable_handler§fweight: readstat_fweight_handler§value: readstat_value_handler§value_label: readstat_value_label_handler§error: readstat_error_handler§progress: readstat_progress_handlerTrait Implementations§
Source§impl Clone for readstat_callbacks_s
impl Clone for readstat_callbacks_s
Source§fn clone(&self) -> readstat_callbacks_s
fn clone(&self) -> readstat_callbacks_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_callbacks_s
impl Debug for readstat_callbacks_s
impl Copy for readstat_callbacks_s
Auto Trait Implementations§
impl Freeze for readstat_callbacks_s
impl RefUnwindSafe for readstat_callbacks_s
impl Send for readstat_callbacks_s
impl Sync for readstat_callbacks_s
impl Unpin for readstat_callbacks_s
impl UnwindSafe for readstat_callbacks_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