#[repr(C)]pub struct Tcl_SavedResult {
pub result: *mut c_char,
pub freeProc: Tcl_FreeProc,
pub objResultPtr: *mut Tcl_Obj,
pub appendResult: *mut c_char,
pub appendAvl: c_int,
pub appendUsed: c_int,
pub resultSpace: [c_char; 201],
}Fields§
§result: *mut c_char§freeProc: Tcl_FreeProc§objResultPtr: *mut Tcl_Obj§appendResult: *mut c_char§appendAvl: c_int§appendUsed: c_int§resultSpace: [c_char; 201]Trait Implementations§
Source§impl Clone for Tcl_SavedResult
impl Clone for Tcl_SavedResult
Source§fn clone(&self) -> Tcl_SavedResult
fn clone(&self) -> Tcl_SavedResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Tcl_SavedResult
impl Debug for Tcl_SavedResult
impl Copy for Tcl_SavedResult
Auto Trait Implementations§
impl Freeze for Tcl_SavedResult
impl RefUnwindSafe for Tcl_SavedResult
impl !Send for Tcl_SavedResult
impl !Sync for Tcl_SavedResult
impl Unpin for Tcl_SavedResult
impl UnwindSafe for Tcl_SavedResult
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