#[repr(C)]pub struct SetPtRegEx {
pub elems: u32,
pub esize: u16,
pub ksize: u16,
pub root: *mut NodePtRegEx,
pub func_compare: FPtr_compare,
}Fields§
§elems: u32§esize: u16§ksize: u16§root: *mut NodePtRegEx§func_compare: FPtr_compareTrait Implementations§
Source§impl Clone for SetPtRegEx
impl Clone for SetPtRegEx
Source§fn clone(&self) -> SetPtRegEx
fn clone(&self) -> SetPtRegEx
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SetPtRegEx
Auto Trait Implementations§
impl !Send for SetPtRegEx
impl !Sync for SetPtRegEx
impl Freeze for SetPtRegEx
impl RefUnwindSafe for SetPtRegEx
impl Unpin for SetPtRegEx
impl UnsafeUnpin for SetPtRegEx
impl UnwindSafe for SetPtRegEx
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