Enum wdk_build::DriverType
source · pub enum DriverType {
WDM,
KMDF,
UMDF,
}
Expand description
Driver model type
Variants§
Trait Implementations§
source§impl Clone for DriverType
impl Clone for DriverType
source§fn clone(&self) -> DriverType
fn clone(&self) -> DriverType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DriverType
impl Debug for DriverType
impl Copy for DriverType
Auto Trait Implementations§
impl RefUnwindSafe for DriverType
impl Send for DriverType
impl Sync for DriverType
impl Unpin for DriverType
impl UnwindSafe for DriverType
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