#[repr(C, packed(1))]pub struct write_current_iac_lap_cp {
pub num_current_iac: u8,
pub lap: [[u8; 3]; 64],
}Fields§
§num_current_iac: u8§lap: [[u8; 3]; 64]Trait Implementations§
Source§impl Clone for write_current_iac_lap_cp
impl Clone for write_current_iac_lap_cp
Source§fn clone(&self) -> write_current_iac_lap_cp
fn clone(&self) -> write_current_iac_lap_cp
Returns a duplicate 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 write_current_iac_lap_cp
impl Debug for write_current_iac_lap_cp
impl Copy for write_current_iac_lap_cp
Auto Trait Implementations§
impl Freeze for write_current_iac_lap_cp
impl RefUnwindSafe for write_current_iac_lap_cp
impl Send for write_current_iac_lap_cp
impl Sync for write_current_iac_lap_cp
impl Unpin for write_current_iac_lap_cp
impl UnwindSafe for write_current_iac_lap_cp
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