#[repr(C)]pub struct TimeVal {
pub tv_sec: i32,
pub tv_usec: i32,
}
Fields§
§tv_sec: i32
§tv_usec: i32
Trait Implementations§
Source§impl Uninitialized for TimeVal
impl Uninitialized for TimeVal
Source§unsafe fn uninitialized() -> TimeVal
unsafe fn uninitialized() -> TimeVal
Returns an uninitialized value.
impl Copy for GTimeVal
Auto Trait Implementations§
impl Freeze for GTimeVal
impl RefUnwindSafe for GTimeVal
impl Send for GTimeVal
impl Sync for GTimeVal
impl Unpin for GTimeVal
impl UnwindSafe for GTimeVal
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