#[repr(C)]pub struct Struct_Tcl_Namespace {
pub name: *mut c_char,
pub fullName: *mut c_char,
pub clientData: ClientData,
pub deleteProc: *mut Tcl_NamespaceDeleteProc,
pub parentPtr: *mut Struct_Tcl_Namespace,
}Fields§
§name: *mut c_char§fullName: *mut c_char§clientData: ClientData§deleteProc: *mut Tcl_NamespaceDeleteProc§parentPtr: *mut Struct_Tcl_NamespaceTrait Implementations§
Source§impl Default for Struct_Tcl_Namespace
impl Default for Struct_Tcl_Namespace
Source§fn default() -> Struct_Tcl_Namespace
fn default() -> Struct_Tcl_Namespace
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_Namespace
impl RefUnwindSafe for Struct_Tcl_Namespace
impl !Send for Struct_Tcl_Namespace
impl !Sync for Struct_Tcl_Namespace
impl Unpin for Struct_Tcl_Namespace
impl UnwindSafe for Struct_Tcl_Namespace
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