#[repr(C)]pub struct grn_timeval {
pub tv_sec: int64_t,
pub tv_nsec: int32_t,
}Fields§
§tv_sec: int64_t§tv_nsec: int32_tTrait Implementations§
Source§impl Clone for grn_timeval
impl Clone for grn_timeval
Source§fn clone(&self) -> grn_timeval
fn clone(&self) -> grn_timeval
Returns a duplicate 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 grn_timeval
impl Debug for grn_timeval
Source§impl Default for grn_timeval
impl Default for grn_timeval
impl Copy for grn_timeval
Auto Trait Implementations§
impl Freeze for grn_timeval
impl RefUnwindSafe for grn_timeval
impl Send for grn_timeval
impl Sync for grn_timeval
impl Unpin for grn_timeval
impl UnwindSafe for grn_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