pub struct BootTime {
pub total_run_time: u64,
}
Fields§
§total_run_time: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BootTime
impl RefUnwindSafe for BootTime
impl Send for BootTime
impl Sync for BootTime
impl Unpin for BootTime
impl UnwindSafe for BootTime
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