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