Enum stm32_metapac::opamp::vals::Opaintoen
#[repr(u8)]pub enum Opaintoen {
OUTPUTPIN = 0,
ADCCHANNEL = 1,
}
Variants§
OUTPUTPIN = 0
Output is connected to the output Pin
ADCCHANNEL = 1
Output is connected internally to ADC channel
Implementations§
Trait Implementations§
§impl Ord for Opaintoen
impl Ord for Opaintoen
§impl PartialOrd for Opaintoen
impl PartialOrd for Opaintoen
impl Copy for Opaintoen
impl Eq for Opaintoen
impl StructuralPartialEq for Opaintoen
Auto Trait Implementations§
impl Freeze for Opaintoen
impl RefUnwindSafe for Opaintoen
impl Send for Opaintoen
impl Sync for Opaintoen
impl Unpin for Opaintoen
impl UnwindSafe for Opaintoen
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)