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