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