Enum Pvme
#[repr(u8)]pub enum Pvme {
DISABLED = 0,
ENABLED = 1,
}
Variants§
DISABLED = 0
PVM3 (VDDA monitoring versus 1.62 V threshold) disable
ENABLED = 1
PVM3 (VDDA monitoring versus 1.62 V threshold) enable
Implementations§
Trait Implementations§
§impl Ord for Pvme
impl Ord for Pvme
§impl PartialOrd for Pvme
impl PartialOrd for Pvme
impl Copy for Pvme
impl Eq for Pvme
impl StructuralPartialEq for Pvme
Auto Trait Implementations§
impl Freeze for Pvme
impl RefUnwindSafe for Pvme
impl Send for Pvme
impl Sync for Pvme
impl Unpin for Pvme
impl UnwindSafe for Pvme
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