#[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§
Source§impl Clone for atca_device
impl Clone for atca_device
Source§fn clone(&self) -> atca_device
fn clone(&self) -> atca_device
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_device
impl Debug for atca_device
impl Copy for atca_device
Auto Trait Implementations§
impl Freeze for atca_device
impl RefUnwindSafe for atca_device
impl !Send for atca_device
impl !Sync for atca_device
impl Unpin for atca_device
impl UnwindSafe for atca_device
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