pub enum InitializingState {
NotAllowed = 0,
WaitingPermetion = 1,
WaitingResources = 2,
Abort = 3,
}
Expand description
The possible values of the initialization state of the device as taken from the intialization segment.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for InitializingState
impl Send for InitializingState
impl Sync for InitializingState
impl Unpin for InitializingState
impl UnwindSafe for InitializingState
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