#[repr(C)]pub struct Tcl_Config {
pub key: *const c_char,
pub value: *const c_char,
}
Fields§
§key: *const c_char
§value: *const c_char
Trait Implementations§
Source§impl Clone for Tcl_Config
impl Clone for Tcl_Config
Source§fn clone(&self) -> Tcl_Config
fn clone(&self) -> Tcl_Config
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_Config
impl Debug for Tcl_Config
impl Copy for Tcl_Config
Auto Trait Implementations§
impl Freeze for Tcl_Config
impl RefUnwindSafe for Tcl_Config
impl !Send for Tcl_Config
impl !Sync for Tcl_Config
impl Unpin for Tcl_Config
impl UnwindSafe for 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