#[repr(C)]pub struct Tcl_RegExpIndices {
pub start: c_long,
pub end: c_long,
}Fields§
§start: c_long§end: c_longTrait Implementations§
Source§impl Clone for Tcl_RegExpIndices
impl Clone for Tcl_RegExpIndices
Source§fn clone(&self) -> Tcl_RegExpIndices
fn clone(&self) -> Tcl_RegExpIndices
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_RegExpIndices
impl Debug for Tcl_RegExpIndices
impl Copy for Tcl_RegExpIndices
Auto Trait Implementations§
impl Freeze for Tcl_RegExpIndices
impl RefUnwindSafe for Tcl_RegExpIndices
impl Send for Tcl_RegExpIndices
impl Sync for Tcl_RegExpIndices
impl Unpin for Tcl_RegExpIndices
impl UnwindSafe for 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