Struct ode_base::ode::_timespec64
source · #[repr(C)]pub struct _timespec64 {
pub tv_sec: __time64_t,
pub tv_nsec: c_long,
}Fields§
§tv_sec: __time64_t§tv_nsec: c_longTrait Implementations§
source§impl Clone for _timespec64
impl Clone for _timespec64
source§fn clone(&self) -> _timespec64
fn clone(&self) -> _timespec64
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 _timespec64
impl Debug for _timespec64
impl Copy for _timespec64
Auto Trait Implementations§
impl Freeze for _timespec64
impl RefUnwindSafe for _timespec64
impl Send for _timespec64
impl Sync for _timespec64
impl Unpin for _timespec64
impl UnwindSafe for _timespec64
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