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