Enum Ewpvd
#[repr(u8)]pub enum Ewpvd {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
PVD not enabled by the sub-GHz radio active state
ENABLED = 1
PVD enabled while the sub-GHz radio is active
Implementations§
Trait Implementations§
§impl Ord for Ewpvd
impl Ord for Ewpvd
§impl PartialOrd for Ewpvd
impl PartialOrd for Ewpvd
impl Copy for Ewpvd
impl Eq for Ewpvd
impl StructuralPartialEq for Ewpvd
Auto Trait Implementations§
impl Freeze for Ewpvd
impl RefUnwindSafe for Ewpvd
impl Send for Ewpvd
impl Sync for Ewpvd
impl Unpin for Ewpvd
impl UnwindSafe for Ewpvd
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