#[repr(u16)]pub enum ReferenceVoltage {
Volt1_2 = 0,
Volt1_45 = 1,
Volt2_5 = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for ReferenceVoltage
impl Clone for ReferenceVoltage
Source§fn clone(&self) -> ReferenceVoltage
fn clone(&self) -> ReferenceVoltage
Returns a copy 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 PartialEq for ReferenceVoltage
impl PartialEq for ReferenceVoltage
impl Copy for ReferenceVoltage
impl StructuralPartialEq for ReferenceVoltage
Auto Trait Implementations§
impl Freeze for ReferenceVoltage
impl RefUnwindSafe for ReferenceVoltage
impl Send for ReferenceVoltage
impl Sync for ReferenceVoltage
impl Unpin for ReferenceVoltage
impl UnwindSafe for ReferenceVoltage
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