#[repr(C)]pub struct jl_timeval {
pub sec: i64,
pub usec: i64,
}Fields§
§sec: i64§usec: i64Trait Implementations§
Source§impl Clone for jl_timeval
impl Clone for jl_timeval
Source§fn clone(&self) -> jl_timeval
fn clone(&self) -> jl_timeval
Returns a copy 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 jl_timeval
impl Debug for jl_timeval
impl Copy for jl_timeval
Auto Trait Implementations§
impl Freeze for jl_timeval
impl RefUnwindSafe for jl_timeval
impl Send for jl_timeval
impl Sync for jl_timeval
impl Unpin for jl_timeval
impl UnwindSafe for jl_timeval
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