#[repr(C)]pub struct Struct_Tcl_Obj {
    pub refCount: c_int,
    pub bytes: *mut c_char,
    pub length: c_int,
    pub typePtr: *const Tcl_ObjType,
    pub internalRep: Union_Unnamed3,
}Fields§
§refCount: c_int§bytes: *mut c_char§length: c_int§typePtr: *const Tcl_ObjType§internalRep: Union_Unnamed3Trait Implementations§
Source§impl Default for Struct_Tcl_Obj
 
impl Default for Struct_Tcl_Obj
Source§fn default() -> Struct_Tcl_Obj
 
fn default() -> Struct_Tcl_Obj
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_Obj
impl RefUnwindSafe for Struct_Tcl_Obj
impl !Send for Struct_Tcl_Obj
impl !Sync for Struct_Tcl_Obj
impl Unpin for Struct_Tcl_Obj
impl UnwindSafe for Struct_Tcl_Obj
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