Struct linux_info::system::Uptime
source · [−]pub struct Uptime { /* private fields */ }Expand description
Read uptime information from /proc/uptime.
Implementations
Trait Implementations
impl Eq for Uptime
impl StructuralEq for Uptime
impl StructuralPartialEq for Uptime
Auto Trait Implementations
impl RefUnwindSafe for Uptime
impl Send for Uptime
impl Sync for Uptime
impl Unpin for Uptime
impl UnwindSafe for Uptime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more