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