Enum Pdben
pub enum Pdben {
_0 = 0,
_1 = 1,
}Expand description
PDB Enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Pdben
impl Eq for Pdben
impl StructuralPartialEq for Pdben
Auto Trait Implementations§
impl Freeze for Pdben
impl RefUnwindSafe for Pdben
impl Send for Pdben
impl Sync for Pdben
impl Unpin for Pdben
impl UnwindSafe for Pdben
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