#[repr(u8)]pub enum PdenBodvbat {
POWEREDON = 0,
POWEREDOFF = 1,
}Variants§
Implementations§
Source§impl PdenBodvbat
impl PdenBodvbat
Trait Implementations§
Source§impl Clone for PdenBodvbat
impl Clone for PdenBodvbat
Source§fn clone(&self) -> PdenBodvbat
fn clone(&self) -> PdenBodvbat
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PdenBodvbat
impl Debug for PdenBodvbat
Source§impl From<PdenBodvbat> for u8
impl From<PdenBodvbat> for u8
Source§fn from(val: PdenBodvbat) -> u8
fn from(val: PdenBodvbat) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PdenBodvbat
impl From<u8> for PdenBodvbat
Source§fn from(val: u8) -> PdenBodvbat
fn from(val: u8) -> PdenBodvbat
Converts to this type from the input type.
Source§impl Ord for PdenBodvbat
impl Ord for PdenBodvbat
Source§fn cmp(&self, other: &PdenBodvbat) -> Ordering
fn cmp(&self, other: &PdenBodvbat) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PdenBodvbat
impl PartialEq for PdenBodvbat
Source§impl PartialOrd for PdenBodvbat
impl PartialOrd for PdenBodvbat
impl Copy for PdenBodvbat
impl Eq for PdenBodvbat
impl StructuralPartialEq for PdenBodvbat
Auto Trait Implementations§
impl Freeze for PdenBodvbat
impl RefUnwindSafe for PdenBodvbat
impl Send for PdenBodvbat
impl Sync for PdenBodvbat
impl Unpin for PdenBodvbat
impl UnwindSafe for PdenBodvbat
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