Struct nix::sys::time::TimeVal [−][src]
Implementations
impl TimeVal
[src][−]
Trait Implementations
impl Add<TimeVal> for TimeVal
[src][+]
impl AsMut<timeval> for TimeVal
[src][+]
impl AsRef<timeval> for TimeVal
[src][+]
impl Clone for TimeVal
[src][+]
impl Copy for TimeVal
[src]
impl Debug for TimeVal
[src][+]
impl Display for TimeVal
[src][+]
impl Div<i32> for TimeVal
[src][+]
impl Eq for TimeVal
[src]
impl From<timeval> for TimeVal
[src][+]
impl Hash for TimeVal
[src][+]
impl Mul<i32> for TimeVal
[src][+]
impl Neg for TimeVal
[src][+]
impl Ord for TimeVal
[src][+]
impl PartialEq<TimeVal> for TimeVal
[src][+]
impl PartialOrd<TimeVal> for TimeVal
[src][+]
impl StructuralEq for TimeVal
[src]
impl StructuralPartialEq for TimeVal
[src]
impl Sub<TimeVal> for TimeVal
[src][+]
impl TimeValLike for TimeVal
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for TimeVal
impl Send for TimeVal
impl Sync for TimeVal
impl Unpin for TimeVal
impl UnwindSafe for TimeVal
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,