#[repr(C)]pub struct Tcl_Value {
pub type_: Tcl_ValueType,
pub intValue: c_long,
pub doubleValue: f64,
pub wideValue: Tcl_WideInt,
}
Fields§
§type_: Tcl_ValueType
§intValue: c_long
§doubleValue: f64
§wideValue: Tcl_WideInt
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tcl_Value
impl RefUnwindSafe for Tcl_Value
impl Send for Tcl_Value
impl Sync for Tcl_Value
impl Unpin for Tcl_Value
impl UnwindSafe for Tcl_Value
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