Struct autd3_core::cpu::Body
source · pub struct Body<T>where
T: ?Sized,{ /* private fields */ }Implementations§
source§impl Body<[u16]>
impl Body<[u16]>
pub fn data(&self) -> &[u16]
pub fn focus_stm_initial(&self) -> &FocusSTMBodyInitial<[u16]>
pub fn focus_stm_initial_mut(&mut self) -> &mut FocusSTMBodyInitial<[u16]>
pub fn focus_stm_subsequent(&self) -> &FocusSTMBodySubsequent<[u16]>
pub fn focus_stm_subsequent_mut(&mut self) -> &mut FocusSTMBodySubsequent<[u16]>
pub fn gain_stm_initial(&self) -> &GainSTMBodyInitial<[u16]>
pub fn gain_stm_initial_mut(&mut self) -> &mut GainSTMBodyInitial<[u16]>
pub fn gain_stm_subsequent(&self) -> &GainSTMBodySubsequent<[u16]>
pub fn gain_stm_subsequent_mut(&mut self) -> &mut GainSTMBodySubsequent<[u16]>
Auto Trait Implementations§
impl<T: ?Sized> RefUnwindSafe for Body<T>where
T: RefUnwindSafe,
impl<T: ?Sized> Send for Body<T>where
T: Send,
impl<T: ?Sized> Sync for Body<T>where
T: Sync,
impl<T: ?Sized> Unpin for Body<T>where
T: Unpin,
impl<T: ?Sized> UnwindSafe for Body<T>where
T: UnwindSafe,
Blanket Implementations§
§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.