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