Struct autd3_driver::fpga::AdvancedDrivePhase
source · #[repr(C)]pub struct AdvancedDrivePhase {
pub phase: u16,
}
Fields§
§phase: u16
Implementations§
Trait Implementations§
source§impl Clone for AdvancedDrivePhase
impl Clone for AdvancedDrivePhase
source§fn clone(&self) -> AdvancedDrivePhase
fn clone(&self) -> AdvancedDrivePhase
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AdvancedDrivePhase
impl Debug for AdvancedDrivePhase
impl Copy for AdvancedDrivePhase
Auto Trait Implementations§
impl RefUnwindSafe for AdvancedDrivePhase
impl Send for AdvancedDrivePhase
impl Sync for AdvancedDrivePhase
impl Unpin for AdvancedDrivePhase
impl UnwindSafe for AdvancedDrivePhase
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