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