#[repr(C)]pub struct atca_command {
pub dt: ATCADeviceType,
pub clock_divider: u8,
pub execution_time_msec: u16,
}
Expand description
\brief atca_command is the C object backing ATCACommand.
Fields§
§dt: ATCADeviceType
§clock_divider: u8
§execution_time_msec: u16
Trait Implementations§
Source§impl Clone for atca_command
impl Clone for atca_command
Source§fn clone(&self) -> atca_command
fn clone(&self) -> atca_command
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 atca_command
impl Debug for atca_command
impl Copy for atca_command
Auto Trait Implementations§
impl Freeze for atca_command
impl RefUnwindSafe for atca_command
impl Send for atca_command
impl Sync for atca_command
impl Unpin for atca_command
impl UnwindSafe for atca_command
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