#[repr(C)]pub struct timespec32 {
pub tv_sec: time32_t,
pub tv_nsec: i32,
}Fields§
§tv_sec: time32_t§tv_nsec: i32Trait Implementations§
Source§impl Clone for timespec32
impl Clone for timespec32
Source§fn clone(&self) -> timespec32
fn clone(&self) -> timespec32
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 timespec32
impl Debug for timespec32
impl Copy for timespec32
Auto Trait Implementations§
impl Freeze for timespec32
impl RefUnwindSafe for timespec32
impl Send for timespec32
impl Sync for timespec32
impl Unpin for timespec32
impl UnwindSafe for timespec32
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