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