Struct cryptoauthlib_sys::atca_device [−][src]
#[repr(C)]pub struct atca_device { pub mCommands: ATCACommand, pub mIface: ATCAIface, }
Expand description
\brief atca_device is the C object backing ATCADevice. See the atca_device.h file for details on the ATCADevice methods.
Fields
mCommands: ATCACommand!< Command set for a given CryptoAuth device
mIface: ATCAIface!< Physical interface
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for atca_deviceimpl !Send for atca_deviceimpl !Sync for atca_deviceimpl Unpin for atca_deviceimpl UnwindSafe for atca_deviceBlanket Implementations
Mutably borrows from an owned value. Read more