#[repr(u8)]pub enum SIGSEL_A {
NONE = 0,
}Expand description
Signal Select
Value on reset: 0
Variants§
NONE = 0
0: NONE
Trait Implementations§
impl Copy for SIGSEL_A
impl Eq for SIGSEL_A
impl StructuralPartialEq for SIGSEL_A
Auto Trait Implementations§
impl Freeze for SIGSEL_A
impl RefUnwindSafe for SIGSEL_A
impl Send for SIGSEL_A
impl Sync for SIGSEL_A
impl Unpin for SIGSEL_A
impl UnwindSafe for SIGSEL_A
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