Struct autd3_driver::cpu::GainSTMBodySubsequent
source · #[repr(C)]pub struct GainSTMBodySubsequent<T: ?Sized> { /* private fields */ }
Implementations§
source§impl GainSTMBodySubsequent<[u16]>
impl GainSTMBodySubsequent<[u16]>
pub fn data(&self) -> &[u16]
pub fn legacy_drives_mut(&mut self) -> &mut [LegacyDrive]
pub fn phases_mut(&mut self) -> &mut [AdvancedDrivePhase]
pub fn duties_mut(&mut self) -> &mut [AdvancedDriveDuty]
pub fn legacy_phase_full_mut<const N: usize>( &mut self ) -> &mut [LegacyPhaseFull<N>]
pub fn legacy_phase_half_mut<const N: usize>( &mut self ) -> &mut [LegacyPhaseHalf<N>]
Auto Trait Implementations§
impl<T: ?Sized> RefUnwindSafe for GainSTMBodySubsequent<T>where T: RefUnwindSafe,
impl<T: ?Sized> Send for GainSTMBodySubsequent<T>where T: Send,
impl<T: ?Sized> Sync for GainSTMBodySubsequent<T>where T: Sync,
impl<T: ?Sized> Unpin for GainSTMBodySubsequent<T>where T: Unpin,
impl<T: ?Sized> UnwindSafe for GainSTMBodySubsequent<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