Enum driverkit::DriverState [−][src]
pub enum DriverState {
Uninitialized,
Initialized,
Attached(usize),
Detached,
Destroyed,
}Variants
Attached(usize)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DriverStateimpl Send for DriverStateimpl Sync for DriverStateimpl Unpin for DriverStateimpl UnwindSafe for DriverStateBlanket Implementations
Mutably borrows from an owned value. Read more