#[repr(C, align(8))]pub struct regex_t {
pub _bindgen_opaque_blob: [u64; 2],
}
Fields§
§_bindgen_opaque_blob: [u64; 2]
Trait Implementations§
impl Copy for regex_t
Auto Trait Implementations§
impl Freeze for regex_t
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