Enum driverkit::DriverState [−][src]
pub enum DriverState {
Uninitialized,
Initialized,
Attached(usize),
Detached,
Destroyed,
}Variants
Attached(usize)Tuple Fields of Attached
0: usizeTrait 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 DriverState
impl Send for DriverState
impl Sync for DriverState
impl Unpin for DriverState
impl UnwindSafe for DriverState
Blanket Implementations
Mutably borrows from an owned value. Read more