#[repr(C)]pub struct imatchdata {
pub mstr: *mut c_char,
pub mlen: c_int,
pub ustr: *mut c_char,
pub ulen: c_int,
pub flags: c_int,
pub replstr: *mut c_char,
pub repllist: LinkList,
}Fields§
§mstr: *mut c_char§mlen: c_int§ustr: *mut c_char§ulen: c_int§flags: c_int§replstr: *mut c_char§repllist: LinkListTrait Implementations§
Source§impl Clone for imatchdata
impl Clone for imatchdata
Source§fn clone(&self) -> imatchdata
fn clone(&self) -> imatchdata
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 imatchdata
impl Debug for imatchdata
impl Copy for imatchdata
Auto Trait Implementations§
impl Freeze for imatchdata
impl RefUnwindSafe for imatchdata
impl !Send for imatchdata
impl !Sync for imatchdata
impl Unpin for imatchdata
impl UnwindSafe for imatchdata
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