Struct AACS_BINDING_NONCE
#[repr(C)]pub struct AACS_BINDING_NONCE {
pub BindingNonce: [u8; 16],
pub MAC: [u8; 16],
}
Fields§
§BindingNonce: [u8; 16]
§MAC: [u8; 16]
Trait Implementations§
§impl Clone for AACS_BINDING_NONCE
impl Clone for AACS_BINDING_NONCE
§fn clone(&self) -> AACS_BINDING_NONCE
fn clone(&self) -> AACS_BINDING_NONCE
Returns a copy 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 more§impl Debug for AACS_BINDING_NONCE
impl Debug for AACS_BINDING_NONCE
§impl Default for AACS_BINDING_NONCE
impl Default for AACS_BINDING_NONCE
§impl PartialEq for AACS_BINDING_NONCE
impl PartialEq for AACS_BINDING_NONCE
impl Copy for AACS_BINDING_NONCE
impl StructuralPartialEq for AACS_BINDING_NONCE
Auto Trait Implementations§
impl Freeze for AACS_BINDING_NONCE
impl RefUnwindSafe for AACS_BINDING_NONCE
impl Send for AACS_BINDING_NONCE
impl Sync for AACS_BINDING_NONCE
impl Unpin for AACS_BINDING_NONCE
impl UnwindSafe for AACS_BINDING_NONCE
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