pub enum BKE {
Disabled = 0,
Enabled = 1,
}
Expand description
Break enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for BKE
impl Eq for BKE
impl StructuralPartialEq for BKE
Auto Trait Implementations§
impl Freeze for BKE
impl RefUnwindSafe for BKE
impl Send for BKE
impl Sync for BKE
impl Unpin for BKE
impl UnwindSafe for BKE
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