#[repr(C)]pub struct SQRexMatch {
pub begin: *const SQChar,
pub len: SQInteger,
}Fields§
§begin: *const SQChar§len: SQIntegerTrait Implementations§
Source§impl Clone for SQRexMatch
impl Clone for SQRexMatch
Source§fn clone(&self) -> SQRexMatch
fn clone(&self) -> SQRexMatch
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 SQRexMatch
impl Debug for SQRexMatch
impl Copy for SQRexMatch
Auto Trait Implementations§
impl Freeze for SQRexMatch
impl RefUnwindSafe for SQRexMatch
impl !Send for SQRexMatch
impl !Sync for SQRexMatch
impl Unpin for SQRexMatch
impl UnwindSafe for SQRexMatch
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