pub enum ControlSignalError {
InvalidValue,
InvalidBounds,
InvalidFactor,
}Variants§
Trait Implementations§
Source§impl Clone for ControlSignalError
impl Clone for ControlSignalError
Source§fn clone(&self) -> ControlSignalError
fn clone(&self) -> ControlSignalError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ControlSignalError
impl Debug for ControlSignalError
Source§impl PartialEq for ControlSignalError
impl PartialEq for ControlSignalError
Source§fn eq(&self, other: &ControlSignalError) -> bool
fn eq(&self, other: &ControlSignalError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ControlSignalError
impl Eq for ControlSignalError
impl StructuralPartialEq for ControlSignalError
Auto Trait Implementations§
impl Freeze for ControlSignalError
impl RefUnwindSafe for ControlSignalError
impl Send for ControlSignalError
impl Sync for ControlSignalError
impl Unpin for ControlSignalError
impl UnsafeUnpin for ControlSignalError
impl UnwindSafe for ControlSignalError
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