#[repr(C)]pub struct Struct_Tcl_Value {
pub _type: Tcl_ValueType,
pub intValue: c_long,
pub doubleValue: c_double,
pub wideValue: Tcl_WideInt,
}Fields§
§_type: Tcl_ValueType§intValue: c_long§doubleValue: c_double§wideValue: Tcl_WideIntTrait Implementations§
Source§impl Default for Struct_Tcl_Value
impl Default for Struct_Tcl_Value
Source§fn default() -> Struct_Tcl_Value
fn default() -> Struct_Tcl_Value
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_Value
impl RefUnwindSafe for Struct_Tcl_Value
impl Send for Struct_Tcl_Value
impl Sync for Struct_Tcl_Value
impl Unpin for Struct_Tcl_Value
impl UnwindSafe for Struct_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