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