pub struct Ktime { /* private fields */ }
Expand description
A Rust wrapper around a ktime_t
.
Implementations§
Trait Implementations§
source§impl Ord for Ktime
impl Ord for Ktime
source§impl PartialEq for Ktime
impl PartialEq for Ktime
source§impl PartialOrd for Ktime
impl PartialOrd for Ktime
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Ktime
impl Eq for Ktime
impl StructuralPartialEq for Ktime
Auto Trait Implementations§
impl Freeze for Ktime
impl RefUnwindSafe for Ktime
impl Send for Ktime
impl Sync for Ktime
impl Unpin for Ktime
impl UnwindSafe for Ktime
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