Struct autd3_core::stm::ControlPoint
source · pub struct ControlPoint { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for ControlPoint
impl Clone for ControlPoint
source§fn clone(&self) -> ControlPoint
fn clone(&self) -> ControlPoint
Returns a copy 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 ControlPoint
impl Debug for ControlPoint
source§impl From<&Matrix<f64, Const<3>, Const<1>, ArrayStorage<f64, 3, 1>>> for ControlPoint
impl From<&Matrix<f64, Const<3>, Const<1>, ArrayStorage<f64, 3, 1>>> for ControlPoint
source§impl From<Matrix<f64, Const<3>, Const<1>, ArrayStorage<f64, 3, 1>>> for ControlPoint
impl From<Matrix<f64, Const<3>, Const<1>, ArrayStorage<f64, 3, 1>>> for ControlPoint
impl Copy for ControlPoint
Auto Trait Implementations§
impl RefUnwindSafe for ControlPoint
impl Send for ControlPoint
impl Sync for ControlPoint
impl Unpin for ControlPoint
impl UnwindSafe for ControlPoint
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
§impl<SS, SP> SupersetOf<SS> for SPwhere
SS: SubsetOf<SP>,
impl<SS, SP> SupersetOf<SS> for SPwhere SS: SubsetOf<SP>,
§fn to_subset(&self) -> Option<SS>
fn to_subset(&self) -> Option<SS>
The inverse inclusion map: attempts to construct
self from the equivalent element of its
superset. Read more§fn is_in_subset(&self) -> bool
fn is_in_subset(&self) -> bool
Checks if
self is actually part of its subset T (and can be converted to it).§fn to_subset_unchecked(&self) -> SS
fn to_subset_unchecked(&self) -> SS
Use with care! Same as
self.to_subset but without any property checks. Always succeeds.§fn from_subset(element: &SS) -> SP
fn from_subset(element: &SS) -> SP
The inclusion map: converts
self to the equivalent element of its superset.