pub type EmbReaderWriter = EmbReaderWriter_;Aliased Type§
struct EmbReaderWriter {
pub reader: Option<unsafe extern "C" fn(_: *mut EmbPattern_, _: *const i8) -> i32>,
pub writer: Option<unsafe extern "C" fn(_: *mut EmbPattern_, _: *const i8) -> i32>,
}Fields§
§reader: Option<unsafe extern "C" fn(_: *mut EmbPattern_, _: *const i8) -> i32>§writer: Option<unsafe extern "C" fn(_: *mut EmbPattern_, _: *const i8) -> i32>