#[repr(i32)]pub enum SetValueMotionProfile {
Invalid = -1,
Disable = 0,
Enable = 1,
Hold = 2,
}Variants§
Trait Implementations§
Source§impl Clone for SetValueMotionProfile
impl Clone for SetValueMotionProfile
Source§fn clone(&self) -> SetValueMotionProfile
fn clone(&self) -> SetValueMotionProfile
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 SetValueMotionProfile
impl Debug for SetValueMotionProfile
Source§impl Default for SetValueMotionProfile
impl Default for SetValueMotionProfile
Source§fn default() -> SetValueMotionProfile
fn default() -> SetValueMotionProfile
Returns the “default value” for a type. Read more
Source§impl From<i32> for SetValueMotionProfile
impl From<i32> for SetValueMotionProfile
Source§fn from(value: c_int) -> SetValueMotionProfile
fn from(value: c_int) -> SetValueMotionProfile
Converts to this type from the input type.
Source§impl Hash for SetValueMotionProfile
impl Hash for SetValueMotionProfile
Source§impl PartialEq for SetValueMotionProfile
impl PartialEq for SetValueMotionProfile
impl Copy for SetValueMotionProfile
impl Eq for SetValueMotionProfile
impl StructuralPartialEq for SetValueMotionProfile
Auto Trait Implementations§
impl Freeze for SetValueMotionProfile
impl RefUnwindSafe for SetValueMotionProfile
impl Send for SetValueMotionProfile
impl Sync for SetValueMotionProfile
impl Unpin for SetValueMotionProfile
impl UnwindSafe for SetValueMotionProfile
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