Enum stm32wlxx_hal::subghz::PaSel
source · #[repr(u8)]pub enum PaSel {
Hp = 0,
Lp = 1,
}
Expand description
Power amplifier selection.
Argument of PaConfig::set_pa
.
Variants§
Trait Implementations§
source§impl Ord for PaSel
impl Ord for PaSel
source§impl PartialEq for PaSel
impl PartialEq for PaSel
source§impl PartialOrd for PaSel
impl PartialOrd for PaSel
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for PaSel
impl Eq for PaSel
impl StructuralEq for PaSel
impl StructuralPartialEq for PaSel
Auto Trait Implementations§
impl RefUnwindSafe for PaSel
impl Send for PaSel
impl Sync for PaSel
impl Unpin for PaSel
impl UnwindSafe for PaSel
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