#[repr(C)]pub struct Struct_Unnamed7 {
pub next: *mut c_void,
pub epoch: c_int,
pub dictionaryPtr: Tcl_Dict,
}Fields§
§next: *mut c_void§epoch: c_int§dictionaryPtr: Tcl_DictTrait Implementations§
Source§impl Default for Struct_Unnamed7
impl Default for Struct_Unnamed7
Source§fn default() -> Struct_Unnamed7
fn default() -> Struct_Unnamed7
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Unnamed7
impl RefUnwindSafe for Struct_Unnamed7
impl !Send for Struct_Unnamed7
impl !Sync for Struct_Unnamed7
impl Unpin for Struct_Unnamed7
impl UnwindSafe for Struct_Unnamed7
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