#[repr(u8)]
pub enum MeasurementModeSetting {
NormalMode,
PositiveBias,
}
Expand description
Measurement mode settings
Variants
NormalMode
PositiveBias
Positive bias current
Auto Trait Implementations
impl RefUnwindSafe for MeasurementModeSetting
impl Send for MeasurementModeSetting
impl Sync for MeasurementModeSetting
impl Unpin for MeasurementModeSetting
impl UnwindSafe for MeasurementModeSetting
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more