#[repr(C)]pub struct EmbReaderWriter_ {
pub reader: Option<unsafe extern "C" fn(arg1: *mut EmbPattern, arg2: *const c_char) -> c_int>,
pub writer: Option<unsafe extern "C" fn(arg1: *mut EmbPattern, arg2: *const c_char) -> c_int>,
}Fields§
§reader: Option<unsafe extern "C" fn(arg1: *mut EmbPattern, arg2: *const c_char) -> c_int>§writer: Option<unsafe extern "C" fn(arg1: *mut EmbPattern, arg2: *const c_char) -> c_int>Trait Implementations§
Source§impl Clone for EmbReaderWriter_
impl Clone for EmbReaderWriter_
Source§fn clone(&self) -> EmbReaderWriter_
fn clone(&self) -> EmbReaderWriter_
Returns a copy 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 EmbReaderWriter_
impl Debug for EmbReaderWriter_
impl Copy for EmbReaderWriter_
Auto Trait Implementations§
impl Freeze for EmbReaderWriter_
impl RefUnwindSafe for EmbReaderWriter_
impl Send for EmbReaderWriter_
impl Sync for EmbReaderWriter_
impl Unpin for EmbReaderWriter_
impl UnwindSafe for EmbReaderWriter_
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