Struct windows_sys::Devices::Adc::AdcChannelMode
[−]#[repr(transparent)]pub struct AdcChannelMode(pub i32);
Expand description
Required features: ‘Devices_Adc’
Tuple Fields
0: i32
Implementations
impl AdcChannelMode
impl AdcChannelMode
pub const SingleEnded: Self
pub const Differential: Self
Trait Implementations
impl Clone for AdcChannelMode
impl Clone for AdcChannelMode
impl Copy for AdcChannelMode
Auto Trait Implementations
impl RefUnwindSafe for AdcChannelMode
impl Send for AdcChannelMode
impl Sync for AdcChannelMode
impl Unpin for AdcChannelMode
impl UnwindSafe for AdcChannelMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more