pub enum Intbgselect {
Disabled = 0,
Enabled = 1,
}
Expand description
Interrupt at Block Gap
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Intbgselect
impl Clone for Intbgselect
Source§fn clone(&self) -> Intbgselect
fn clone(&self) -> Intbgselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Intbgselect
impl Debug for Intbgselect
Source§impl From<Intbgselect> for bool
impl From<Intbgselect> for bool
Source§fn from(variant: Intbgselect) -> Self
fn from(variant: Intbgselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Intbgselect
impl PartialEq for Intbgselect
impl Copy for Intbgselect
impl Eq for Intbgselect
impl StructuralPartialEq for Intbgselect
Auto Trait Implementations§
impl Freeze for Intbgselect
impl RefUnwindSafe for Intbgselect
impl Send for Intbgselect
impl Sync for Intbgselect
impl Unpin for Intbgselect
impl UnwindSafe for Intbgselect
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