#[repr(C)]pub struct 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 Default for Struct_Tcl_RegExpInfo
impl Default for Struct_Tcl_RegExpInfo
Source§fn default() -> Struct_Tcl_RegExpInfo
fn default() -> Struct_Tcl_RegExpInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_RegExpInfo
impl RefUnwindSafe for Struct_Tcl_RegExpInfo
impl !Send for Struct_Tcl_RegExpInfo
impl !Sync for Struct_Tcl_RegExpInfo
impl Unpin for Struct_Tcl_RegExpInfo
impl UnwindSafe for Struct_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