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 PartialOrd for Ktime
impl PartialOrd for Ktime
impl 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