struct BusyInterval {
start_ns: u64,
end_ns: u64,
comm: String,
hint: u64,
}Fields§
§start_ns: u64§end_ns: u64§comm: String§hint: u64Trait Implementations§
Source§impl Clone for BusyInterval
impl Clone for BusyInterval
Source§fn clone(&self) -> BusyInterval
fn clone(&self) -> BusyInterval
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BusyInterval
impl RefUnwindSafe for BusyInterval
impl Send for BusyInterval
impl Sync for BusyInterval
impl Unpin for BusyInterval
impl UnsafeUnpin for BusyInterval
impl UnwindSafe for BusyInterval
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