#[repr(C)]pub struct EncryptedApproachContext {
pub unknown0: u8_,
pub unknown1: u8_,
pub unknown2: u8_,
pub unknown3: u8_,
pub nonce: EncryptedApproachContext__bindgen_ty_1,
pub encryptedPayload: ApproachContext,
pub ccmMac: [u8_; 16],
}Expand description
Encrypted Approach Context structure
Fields§
§unknown0: u8_§unknown1: u8_§unknown2: u8_§unknown3: u8_§nonce: EncryptedApproachContext__bindgen_ty_1§encryptedPayload: ApproachContext§ccmMac: [u8_; 16]Trait Implementations§
Source§impl Clone for EncryptedApproachContext
impl Clone for EncryptedApproachContext
Source§fn clone(&self) -> EncryptedApproachContext
fn clone(&self) -> EncryptedApproachContext
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EncryptedApproachContext
impl Debug for EncryptedApproachContext
Source§impl Default for EncryptedApproachContext
impl Default for EncryptedApproachContext
impl Copy for EncryptedApproachContext
Auto Trait Implementations§
impl Freeze for EncryptedApproachContext
impl RefUnwindSafe for EncryptedApproachContext
impl Send for EncryptedApproachContext
impl Sync for EncryptedApproachContext
impl Unpin for EncryptedApproachContext
impl UnwindSafe for EncryptedApproachContext
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)