#[repr(C)]pub struct ArrPtRegEx {
pub reserved: u32,
pub size: u32,
pub elem_sizeof: u16,
pub content: *mut RegExPtData,
}Fields§
§reserved: u32§size: u32§elem_sizeof: u16§content: *mut RegExPtDataTrait Implementations§
Source§impl Clone for ArrPtRegEx
impl Clone for ArrPtRegEx
Source§fn clone(&self) -> ArrPtRegEx
fn clone(&self) -> ArrPtRegEx
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 ArrPtRegEx
impl Debug for ArrPtRegEx
impl Copy for ArrPtRegEx
Auto Trait Implementations§
impl Freeze for ArrPtRegEx
impl RefUnwindSafe for ArrPtRegEx
impl !Send for ArrPtRegEx
impl !Sync for ArrPtRegEx
impl Unpin for ArrPtRegEx
impl UnwindSafe for ArrPtRegEx
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