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