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