Enum vl53l1x_uld::IOVoltage
source · [−]pub enum IOVoltage {
Volt1_8,
Volt2_8,
}
Expand description
Voltage of SDA, SCL and GPIO.
Variants
Volt1_8
Use an IO voltage ov 1.8v
Volt2_8
Use an IO voltage ov 2.8v
Trait Implementations
impl Copy for IOVoltage
impl Eq for IOVoltage
impl StructuralEq for IOVoltage
impl StructuralPartialEq for IOVoltage
Auto Trait Implementations
impl RefUnwindSafe for IOVoltage
impl Send for IOVoltage
impl Sync for IOVoltage
impl Unpin for IOVoltage
impl UnwindSafe for IOVoltage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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