#[repr(C)]pub struct Struct_Tcl_RegExpIndices {
pub start: c_long,
pub end: c_long,
}Fields§
§start: c_long§end: c_longTrait Implementations§
Source§impl Default for Struct_Tcl_RegExpIndices
impl Default for Struct_Tcl_RegExpIndices
Source§fn default() -> Struct_Tcl_RegExpIndices
fn default() -> Struct_Tcl_RegExpIndices
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_RegExpIndices
impl RefUnwindSafe for Struct_Tcl_RegExpIndices
impl Send for Struct_Tcl_RegExpIndices
impl Sync for Struct_Tcl_RegExpIndices
impl Unpin for Struct_Tcl_RegExpIndices
impl UnwindSafe for Struct_Tcl_RegExpIndices
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