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