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