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