pub enum Blkgeselect {
Masked = 0,
Enabled = 1,
}
Expand description
Block Gap Event Signal Enable
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Blkgeselect
impl Clone for Blkgeselect
Source§fn clone(&self) -> Blkgeselect
fn clone(&self) -> Blkgeselect
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 Blkgeselect
impl Debug for Blkgeselect
Source§impl From<Blkgeselect> for bool
impl From<Blkgeselect> for bool
Source§fn from(variant: Blkgeselect) -> Self
fn from(variant: Blkgeselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Blkgeselect
impl PartialEq for Blkgeselect
impl Copy for Blkgeselect
impl Eq for Blkgeselect
impl StructuralPartialEq for Blkgeselect
Auto Trait Implementations§
impl Freeze for Blkgeselect
impl RefUnwindSafe for Blkgeselect
impl Send for Blkgeselect
impl Sync for Blkgeselect
impl Unpin for Blkgeselect
impl UnwindSafe for Blkgeselect
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