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