pub struct SysSystemControl;Expand description
Production system control: kernel suspend via /sys/power/state,
wall-clock via date command.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysSystemControl
impl RefUnwindSafe for SysSystemControl
impl Send for SysSystemControl
impl Sync for SysSystemControl
impl Unpin for SysSystemControl
impl UnsafeUnpin for SysSystemControl
impl UnwindSafe for SysSystemControl
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