#[repr(C)]pub struct regex_t {
__re_magic: c_int,
__re_nsub: size_t,
__re_endp: *const c_char,
__re_g: *mut c_void,
}Fields§
§__re_magic: c_int§__re_nsub: size_t§__re_endp: *const c_char§__re_g: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for regex_t
impl !Send for regex_t
impl !Sync for regex_t
impl Unpin for regex_t
impl UnwindSafe for 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