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