#[repr(C)]pub struct cst_regex_struct {
pub regstart: c_char,
pub reganch: c_char,
pub regmust: *mut c_char,
pub regmlen: c_int,
pub regsize: c_int,
pub program: *mut c_char,
}
Fields§
§regstart: c_char
§reganch: c_char
§regmust: *mut c_char
§regmlen: c_int
§regsize: c_int
§program: *mut c_char
Trait Implementations§
Source§impl Clone for cst_regex_struct
impl Clone for cst_regex_struct
Source§fn clone(&self) -> cst_regex_struct
fn clone(&self) -> cst_regex_struct
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 cst_regex_struct
impl Debug for cst_regex_struct
impl Copy for cst_regex_struct
Auto Trait Implementations§
impl Freeze for cst_regex_struct
impl RefUnwindSafe for cst_regex_struct
impl !Send for cst_regex_struct
impl !Sync for cst_regex_struct
impl Unpin for cst_regex_struct
impl UnwindSafe for cst_regex_struct
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