#[repr(C)]pub struct s_Datamatcher {
pub flags: c_int,
pub match_: *const c_char,
pub matchdata: *mut c_void,
pub error: c_int,
}Fields§
§flags: c_int§match_: *const c_char§matchdata: *mut c_void§error: c_intTrait Implementations§
Source§impl Clone for s_Datamatcher
impl Clone for s_Datamatcher
Source§fn clone(&self) -> s_Datamatcher
fn clone(&self) -> s_Datamatcher
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 s_Datamatcher
impl Debug for s_Datamatcher
impl Copy for s_Datamatcher
Auto Trait Implementations§
impl Freeze for s_Datamatcher
impl RefUnwindSafe for s_Datamatcher
impl !Send for s_Datamatcher
impl !Sync for s_Datamatcher
impl Unpin for s_Datamatcher
impl UnwindSafe for s_Datamatcher
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