#[repr(C)]pub struct Tcl_ObjType {
pub name: *const c_char,
pub freeIntRepProc: Tcl_FreeInternalRepProc,
pub dupIntRepProc: Tcl_DupInternalRepProc,
pub updateStringProc: Tcl_UpdateStringProc,
pub setFromAnyProc: Tcl_SetFromAnyProc,
}
Fields§
§name: *const c_char
§freeIntRepProc: Tcl_FreeInternalRepProc
§dupIntRepProc: Tcl_DupInternalRepProc
§updateStringProc: Tcl_UpdateStringProc
§setFromAnyProc: Tcl_SetFromAnyProc
Trait Implementations§
Source§impl Clone for Tcl_ObjType
impl Clone for Tcl_ObjType
Source§fn clone(&self) -> Tcl_ObjType
fn clone(&self) -> Tcl_ObjType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Tcl_ObjType
impl Debug for Tcl_ObjType
impl Copy for Tcl_ObjType
Auto Trait Implementations§
impl Freeze for Tcl_ObjType
impl RefUnwindSafe for Tcl_ObjType
impl !Send for Tcl_ObjType
impl !Sync for Tcl_ObjType
impl Unpin for Tcl_ObjType
impl UnwindSafe for Tcl_ObjType
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