#[repr(C)]pub struct RRegexp {
pub basic: RBasic,
pub ptr: *mut re_pattern_buffer,
pub src: VALUE,
pub usecnt: c_ulong,
}Fields
basic: RBasicptr: *mut re_pattern_buffersrc: VALUEusecnt: c_ulongTrait Implementations
impl Copy for RRegexp
impl Eq for RRegexp
impl StructuralEq for RRegexp
impl StructuralPartialEq for RRegexp
Auto Trait Implementations
impl RefUnwindSafe for RRegexp
impl !Send for RRegexp
impl !Sync for RRegexp
impl Unpin for RRegexp
impl UnwindSafe for RRegexp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more