Enum Hrs12
pub enum Hrs12 {
_0 = 0,
_1 = 1,
}Expand description
Hardware Request Status Channel 12
Value on reset: 0
Variants§
_0 = 0
0: A hardware service request for channel 12 is not present
_1 = 1
1: A hardware service request for channel 12 is present
Trait Implementations§
impl Copy for Hrs12
impl Eq for Hrs12
impl StructuralPartialEq for Hrs12
Auto Trait Implementations§
impl Freeze for Hrs12
impl RefUnwindSafe for Hrs12
impl Send for Hrs12
impl Sync for Hrs12
impl Unpin for Hrs12
impl UnwindSafe for Hrs12
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