Enum windows_native::ntbcd::BCD_IMPORT_FLAGS
source · #[repr(i32)]pub enum BCD_IMPORT_FLAGS {
BCD_IMPORT_NONE,
BCD_IMPORT_DELETE_FIRMWARE_OBJECTS,
}Variants§
Trait Implementations§
source§impl Clone for BCD_IMPORT_FLAGS
impl Clone for BCD_IMPORT_FLAGS
source§fn clone(&self) -> BCD_IMPORT_FLAGS
fn clone(&self) -> BCD_IMPORT_FLAGS
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 BCD_IMPORT_FLAGS
impl Debug for BCD_IMPORT_FLAGS
source§impl Hash for BCD_IMPORT_FLAGS
impl Hash for BCD_IMPORT_FLAGS
source§impl PartialEq<BCD_IMPORT_FLAGS> for BCD_IMPORT_FLAGS
impl PartialEq<BCD_IMPORT_FLAGS> for BCD_IMPORT_FLAGS
source§fn eq(&self, other: &BCD_IMPORT_FLAGS) -> bool
fn eq(&self, other: &BCD_IMPORT_FLAGS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for BCD_IMPORT_FLAGS
impl Eq for BCD_IMPORT_FLAGS
impl StructuralEq for BCD_IMPORT_FLAGS
impl StructuralPartialEq for BCD_IMPORT_FLAGS
Auto Trait Implementations§
impl RefUnwindSafe for BCD_IMPORT_FLAGS
impl Send for BCD_IMPORT_FLAGS
impl Sync for BCD_IMPORT_FLAGS
impl Unpin for BCD_IMPORT_FLAGS
impl UnwindSafe for BCD_IMPORT_FLAGS
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