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