Struct cryptoauthlib_sys::ATCAPacket [−][src]
#[repr(C)]pub struct ATCAPacket { pub _reserved: u8, pub txsize: u8, pub opcode: u8, pub param1: u8, pub param2: u16, pub data: [u8; 192], pub execTime: u8, }
Fields
_reserved: u8txsize: u8opcode: u8param1: u8param2: u16data: [u8; 192]execTime: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ATCAPacketimpl Send for ATCAPacketimpl Sync for ATCAPacketimpl Unpin for ATCAPacketimpl UnwindSafe for ATCAPacketBlanket Implementations
Mutably borrows from an owned value. Read more