Fields
tv_sec: i32tv_usec: i32Trait Implementations
sourceimpl Uninitialized for TimeVal
impl Uninitialized for TimeVal
sourceunsafe fn uninitialized() -> TimeVal
unsafe fn uninitialized() -> TimeVal
Returns an uninitialized value.
impl Copy for GTimeVal
Auto Trait Implementations
impl RefUnwindSafe for GTimeVal
impl Send for GTimeVal
impl Sync for GTimeVal
impl Unpin for GTimeVal
impl UnwindSafe for GTimeVal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more