#[repr(C)]pub struct r_regex_t {
pub re_magic: c_int,
pub re_nsub: size_t,
pub re_endp: *const c_char,
pub re_g: *mut re_guts,
pub re_flags: c_int,
}
Fields§
§re_magic: c_int
§re_nsub: size_t
§re_endp: *const c_char
§re_g: *mut re_guts
§re_flags: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for r_regex_t
impl RefUnwindSafe for r_regex_t
impl !Send for r_regex_t
impl !Sync for r_regex_t
impl Unpin for r_regex_t
impl UnwindSafe for r_regex_t
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