pub struct Inertia(/* private fields */);Methods from Deref<Target = 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
Trait Implementations§
impl Copy for Inertia
impl Eq for Inertia
impl StructuralPartialEq for Inertia
Auto Trait Implementations§
impl Freeze for Inertia
impl RefUnwindSafe for Inertia
impl Send for Inertia
impl Sync for Inertia
impl Unpin for Inertia
impl UnwindSafe for Inertia
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