pub type Datamatcher = s_Datamatcher;Aliased Type§
#[repr(C)]pub struct Datamatcher {
pub flags: i32,
pub match_: *const i8,
pub matchdata: *mut c_void,
pub error: i32,
}Fields§
§flags: i32§match_: *const i8§matchdata: *mut c_void§error: i32