#[repr(C)]pub struct Tcl_ArgvInfo {
pub type_: c_int,
pub keyStr: *const c_char,
pub srcPtr: *mut c_void,
pub dstPtr: *mut c_void,
pub helpStr: *const c_char,
pub clientData: ClientData,
}Fields§
§type_: c_int§keyStr: *const c_char§srcPtr: *mut c_void§dstPtr: *mut c_void§helpStr: *const c_char§clientData: ClientDataTrait Implementations§
Source§impl Clone for Tcl_ArgvInfo
impl Clone for Tcl_ArgvInfo
Source§fn clone(&self) -> Tcl_ArgvInfo
fn clone(&self) -> Tcl_ArgvInfo
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_ArgvInfo
impl Debug for Tcl_ArgvInfo
impl Copy for Tcl_ArgvInfo
Auto Trait Implementations§
impl Freeze for Tcl_ArgvInfo
impl RefUnwindSafe for Tcl_ArgvInfo
impl !Send for Tcl_ArgvInfo
impl !Sync for Tcl_ArgvInfo
impl Unpin for Tcl_ArgvInfo
impl UnwindSafe for Tcl_ArgvInfo
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