Struct autd3_driver::cpu::LegacyPhaseHalf
source · pub struct LegacyPhaseHalf { /* private fields */ }Implementations
Auto Trait Implementations
impl RefUnwindSafe for LegacyPhaseHalf
impl Send for LegacyPhaseHalf
impl Sync for LegacyPhaseHalf
impl Unpin for LegacyPhaseHalf
impl UnwindSafe for LegacyPhaseHalf
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more