Struct cryptoauthlib_sys::atca_command [−][src]
#[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: ATCADeviceTypeclock_divider: u8execution_time_msec: u16Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for atca_commandimpl Send for atca_commandimpl Sync for atca_commandimpl Unpin for atca_commandimpl UnwindSafe for atca_commandBlanket Implementations
Mutably borrows from an owned value. Read more