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