#[repr(C)]pub struct Struct_Tcl_Config {
    pub key: *const c_char,
    pub value: *const c_char,
}Fields§
§key: *const c_char§value: *const c_charTrait Implementations§
Source§impl Default for Struct_Tcl_Config
 
impl Default for Struct_Tcl_Config
Source§fn default() -> Struct_Tcl_Config
 
fn default() -> Struct_Tcl_Config
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_Config
impl RefUnwindSafe for Struct_Tcl_Config
impl !Send for Struct_Tcl_Config
impl !Sync for Struct_Tcl_Config
impl Unpin for Struct_Tcl_Config
impl UnwindSafe for Struct_Tcl_Config
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