Struct autd3_driver::fpga::AdvancedDriveDuty
source · #[repr(C)]pub struct AdvancedDriveDuty {
pub duty: u16,
}
Fields§
§duty: u16
Implementations§
Trait Implementations§
source§impl Clone for AdvancedDriveDuty
impl Clone for AdvancedDriveDuty
source§fn clone(&self) -> AdvancedDriveDuty
fn clone(&self) -> AdvancedDriveDuty
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 AdvancedDriveDuty
impl Debug for AdvancedDriveDuty
impl Copy for AdvancedDriveDuty
Auto Trait Implementations§
impl RefUnwindSafe for AdvancedDriveDuty
impl Send for AdvancedDriveDuty
impl Sync for AdvancedDriveDuty
impl Unpin for AdvancedDriveDuty
impl UnwindSafe for AdvancedDriveDuty
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