#[repr(C)]pub struct Tcl_Time {
pub sec: c_long,
pub usec: c_long,
}
Fields§
§sec: c_long
§usec: c_long
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tcl_Time
impl RefUnwindSafe for Tcl_Time
impl Send for Tcl_Time
impl Sync for Tcl_Time
impl Unpin for Tcl_Time
impl UnwindSafe for 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