#[repr(i32)]pub enum AdiPotentiometerType {
PotentiometerEdr = 0,
PotentiometerV2 = 1,
}Expand description
The type of potentiometer device.
Variants§
Trait Implementations§
Source§impl Clone for AdiPotentiometerType
impl Clone for AdiPotentiometerType
Source§fn clone(&self) -> AdiPotentiometerType
fn clone(&self) -> AdiPotentiometerType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdiPotentiometerType
impl Debug for AdiPotentiometerType
Source§impl PartialEq for AdiPotentiometerType
impl PartialEq for AdiPotentiometerType
impl Copy for AdiPotentiometerType
impl Eq for AdiPotentiometerType
impl StructuralPartialEq for AdiPotentiometerType
Auto Trait Implementations§
impl Freeze for AdiPotentiometerType
impl RefUnwindSafe for AdiPotentiometerType
impl Send for AdiPotentiometerType
impl Sync for AdiPotentiometerType
impl Unpin for AdiPotentiometerType
impl UnsafeUnpin for AdiPotentiometerType
impl UnwindSafe for AdiPotentiometerType
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