#[repr(C)]pub struct Tcl_Obj {
pub refCount: c_int,
pub bytes: *mut c_char,
pub length: c_int,
pub typePtr: *const Tcl_ObjType,
pub internalRep: Tcl_Obj__bindgen_ty_1,
}
Fields§
§refCount: c_int
§bytes: *mut c_char
§length: c_int
§typePtr: *const Tcl_ObjType
§internalRep: Tcl_Obj__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tcl_Obj
impl RefUnwindSafe for Tcl_Obj
impl !Send for Tcl_Obj
impl !Sync for Tcl_Obj
impl Unpin for Tcl_Obj
impl UnwindSafe for 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