Struct autd3_driver::cpu::ModInitial
source · #[repr(C)]pub struct ModInitial {
pub freq_div: u32,
pub data: [u8; 120],
}
Fields§
§freq_div: u32
§data: [u8; 120]
Auto Trait Implementations§
impl RefUnwindSafe for ModInitial
impl Send for ModInitial
impl Sync for ModInitial
impl Unpin for ModInitial
impl UnwindSafe for ModInitial
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