pub enum LinearMode {
PositionControl,
Disabled,
}Variants§
Trait Implementations§
Source§impl Clone for LinearMode
impl Clone for LinearMode
Source§fn clone(&self) -> LinearMode
fn clone(&self) -> LinearMode
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 LinearMode
impl Debug for LinearMode
Source§impl PartialEq for LinearMode
impl PartialEq for LinearMode
impl Copy for LinearMode
impl StructuralPartialEq for LinearMode
Auto Trait Implementations§
impl Freeze for LinearMode
impl RefUnwindSafe for LinearMode
impl Send for LinearMode
impl Sync for LinearMode
impl Unpin for LinearMode
impl UnwindSafe for LinearMode
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