#[repr(C)]pub struct readstat_parser_s {
pub handlers: readstat_callbacks_t,
pub io: *mut readstat_io_t,
pub input_encoding: *const c_char,
pub output_encoding: *const c_char,
pub row_limit: c_long,
pub row_offset: c_long,
}Fields§
§handlers: readstat_callbacks_t§io: *mut readstat_io_t§input_encoding: *const c_char§output_encoding: *const c_char§row_limit: c_long§row_offset: c_longTrait Implementations§
Source§impl Clone for readstat_parser_s
impl Clone for readstat_parser_s
Source§fn clone(&self) -> readstat_parser_s
fn clone(&self) -> readstat_parser_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_parser_s
impl Debug for readstat_parser_s
impl Copy for readstat_parser_s
Auto Trait Implementations§
impl Freeze for readstat_parser_s
impl RefUnwindSafe for readstat_parser_s
impl !Send for readstat_parser_s
impl !Sync for readstat_parser_s
impl Unpin for readstat_parser_s
impl UnwindSafe for readstat_parser_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