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