Struct autd3_driver::cpu::FocusSTMBodyInitial
source · #[repr(C)]pub struct FocusSTMBodyInitial<T: ?Sized> { /* private fields */ }Implementations§
source§impl FocusSTMBodyInitial<[u16]>
impl FocusSTMBodyInitial<[u16]>
pub fn data(&self) -> &[u16]
pub fn set_size(&mut self, size: u16)
pub fn set_freq_div(&mut self, freq_div: u32)
pub fn set_sound_speed(&mut self, sound_speed: u32)
pub fn set_start_idx(&mut self, idx: u16)
pub fn set_finish_idx(&mut self, idx: u16)
pub fn set_points(&mut self, points: &[STMFocus])
Auto Trait Implementations§
impl<T: ?Sized> RefUnwindSafe for FocusSTMBodyInitial<T>where T: RefUnwindSafe,
impl<T: ?Sized> Send for FocusSTMBodyInitial<T>where T: Send,
impl<T: ?Sized> Sync for FocusSTMBodyInitial<T>where T: Sync,
impl<T: ?Sized> Unpin for FocusSTMBodyInitial<T>where T: Unpin,
impl<T: ?Sized> UnwindSafe for FocusSTMBodyInitial<T>where T: UnwindSafe,
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