Struct autd3_driver::cpu::LegacyPhaseHalf
source · #[repr(C)]pub struct LegacyPhaseHalf<const N: usize> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<const N: usize> RefUnwindSafe for LegacyPhaseHalf<N>
impl<const N: usize> Send for LegacyPhaseHalf<N>
impl<const N: usize> Sync for LegacyPhaseHalf<N>
impl<const N: usize> Unpin for LegacyPhaseHalf<N>
impl<const N: usize> UnwindSafe for LegacyPhaseHalf<N>
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