pub enum EVENT_MASK {
Masked = 0,
Unmasked = 1,
}
Expand description
Event mask on external/internal line 32
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for EVENT_MASK
impl Clone for EVENT_MASK
Source§fn clone(&self) -> EVENT_MASK
fn clone(&self) -> EVENT_MASK
Returns a duplicate 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 EVENT_MASK
impl Debug for EVENT_MASK
Source§impl PartialEq for EVENT_MASK
impl PartialEq for EVENT_MASK
impl Copy for EVENT_MASK
impl Eq for EVENT_MASK
impl StructuralPartialEq for EVENT_MASK
Auto Trait Implementations§
impl Freeze for EVENT_MASK
impl RefUnwindSafe for EVENT_MASK
impl Send for EVENT_MASK
impl Sync for EVENT_MASK
impl Unpin for EVENT_MASK
impl UnwindSafe for EVENT_MASK
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