Struct omnisensor::powerstate::host_state::HostState
source · [−]Expand description
Represents various attributes of a host system’s power state.
Fields
chassis_on: boolWhether or not chassis power is on.
power_on: boolWhether or not host system power is on.
post_complete: boolWhether or not the host system has completed its POST phase.
Auto Trait Implementations
impl RefUnwindSafe for HostState
impl Send for HostState
impl Sync for HostState
impl Unpin for HostState
impl UnwindSafe for HostState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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