Struct OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
#[repr(C)]pub struct OPM_ENCRYPTED_INITIALIZATION_PARAMETERS {
pub abEncryptedInitializationParameters: [u8; 256],
}
Fields§
§abEncryptedInitializationParameters: [u8; 256]
Trait Implementations§
§impl Clone for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
impl Clone for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
§fn clone(&self) -> OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
fn clone(&self) -> OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
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 PartialEq for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
impl PartialEq for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
§fn eq(&self, other: &OPM_ENCRYPTED_INITIALIZATION_PARAMETERS) -> bool
fn eq(&self, other: &OPM_ENCRYPTED_INITIALIZATION_PARAMETERS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
impl StructuralPartialEq for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
Auto Trait Implementations§
impl Freeze for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
impl RefUnwindSafe for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
impl Send for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
impl Sync for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
impl Unpin for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
impl UnwindSafe for OPM_ENCRYPTED_INITIALIZATION_PARAMETERS
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