#[repr(C)]pub struct RegExPtData {
pub elem: [*mut RegEx; 1024],
}Fields§
§elem: [*mut RegEx; 1024]Trait Implementations§
Source§impl Clone for RegExPtData
impl Clone for RegExPtData
Source§fn clone(&self) -> RegExPtData
fn clone(&self) -> RegExPtData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegExPtData
impl Debug for RegExPtData
impl Copy for RegExPtData
Auto Trait Implementations§
impl Freeze for RegExPtData
impl RefUnwindSafe for RegExPtData
impl !Send for RegExPtData
impl !Sync for RegExPtData
impl Unpin for RegExPtData
impl UnwindSafe for RegExPtData
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