#[repr(u8)]pub enum Vdd1v8m2 {
VDD1V8M2_0 = 0,
VDD1V8M2_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Vdd1v8m2
impl Ord for Vdd1v8m2
Source§impl PartialOrd for Vdd1v8m2
impl PartialOrd for Vdd1v8m2
impl Copy for Vdd1v8m2
impl Eq for Vdd1v8m2
impl StructuralPartialEq for Vdd1v8m2
Auto Trait Implementations§
impl Freeze for Vdd1v8m2
impl RefUnwindSafe for Vdd1v8m2
impl Send for Vdd1v8m2
impl Sync for Vdd1v8m2
impl Unpin for Vdd1v8m2
impl UnwindSafe for Vdd1v8m2
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