pub struct Condition(/* private fields */);Expand description
Implementations§
Source§impl Condition
impl Condition
pub fn right_saturation(&self) -> u16
pub fn left_saturation(&self) -> u16
pub fn right_coeff(&self) -> i16
pub fn left_coeff(&self) -> i16
pub fn deadband(&self) -> u16
pub fn center(&self) -> i16
pub fn with_right_saturation(self, value: u16) -> Self
pub fn with_left_saturation(self, value: u16) -> Self
pub fn with_right_coeff(self, value: i16) -> Self
pub fn with_left_coeff(self, value: i16) -> Self
pub fn with_deadband(self, value: u16) -> Self
pub fn with_center(self, value: i16) -> Self
Trait Implementations§
impl Copy for Condition
impl Eq for Condition
impl StructuralPartialEq for Condition
Auto Trait Implementations§
impl Freeze for Condition
impl RefUnwindSafe for Condition
impl Send for Condition
impl Sync for Condition
impl Unpin for Condition
impl UnwindSafe for Condition
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