Struct autd3_driver::operation::CPUVersionMinor
source · pub struct CPUVersionMinor {}Implementations§
source§impl CPUVersionMinor
impl CPUVersionMinor
pub fn pack(&mut self, tx: &mut TxDatagram)
Trait Implementations§
source§impl Default for CPUVersionMinor
impl Default for CPUVersionMinor
source§fn default() -> CPUVersionMinor
fn default() -> CPUVersionMinor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CPUVersionMinor
impl Send for CPUVersionMinor
impl Sync for CPUVersionMinor
impl Unpin for CPUVersionMinor
impl UnwindSafe for CPUVersionMinor
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