#[repr(C)]pub struct Tcl_RegExpInfo {
pub nsubs: c_int,
pub matches: *mut Tcl_RegExpIndices,
pub extendStart: c_long,
pub reserved: c_long,
}Fields§
§nsubs: c_int§matches: *mut Tcl_RegExpIndices§extendStart: c_long§reserved: c_longTrait Implementations§
Source§impl Clone for Tcl_RegExpInfo
impl Clone for Tcl_RegExpInfo
Source§fn clone(&self) -> Tcl_RegExpInfo
fn clone(&self) -> Tcl_RegExpInfo
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 Tcl_RegExpInfo
impl Debug for Tcl_RegExpInfo
impl Copy for Tcl_RegExpInfo
Auto Trait Implementations§
impl Freeze for Tcl_RegExpInfo
impl RefUnwindSafe for Tcl_RegExpInfo
impl !Send for Tcl_RegExpInfo
impl !Sync for Tcl_RegExpInfo
impl Unpin for Tcl_RegExpInfo
impl UnwindSafe for Tcl_RegExpInfo
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