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