#[repr(u8)]pub enum Hrpol {
ACTIVE_LOW = 0,
ACTIVE_HIGH = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Hrpol
impl Ord for Hrpol
Source§impl PartialOrd for Hrpol
impl PartialOrd for Hrpol
impl Copy for Hrpol
impl Eq for Hrpol
impl StructuralPartialEq for Hrpol
Auto Trait Implementations§
impl Freeze for Hrpol
impl RefUnwindSafe for Hrpol
impl Send for Hrpol
impl Sync for Hrpol
impl Unpin for Hrpol
impl UnwindSafe for Hrpol
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