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