#[repr(C)]pub struct p5rx {
pub sv_any: *mut regexp,
pub sv_refcnt: U32,
pub sv_flags: U32,
pub sv_u: p5rx__bindgen_ty_1,
}
Fields§
§sv_any: *mut regexp
§sv_refcnt: U32
§sv_flags: U32
§sv_u: p5rx__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for p5rx
impl RefUnwindSafe for p5rx
impl !Send for p5rx
impl !Sync for p5rx
impl Unpin for p5rx
impl UnwindSafe for p5rx
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