#[repr(C)]pub struct SecPkgContext_EapKeyBlock {
pub rgbKeys: [BYTE; 128],
pub rgbIVs: [BYTE; 64],
}
Fields§
§rgbKeys: [BYTE; 128]
§rgbIVs: [BYTE; 64]
Trait Implementations§
Source§impl Clone for SecPkgContext_EapKeyBlock
impl Clone for SecPkgContext_EapKeyBlock
Source§fn clone(&self) -> SecPkgContext_EapKeyBlock
fn clone(&self) -> SecPkgContext_EapKeyBlock
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 Default for SecPkgContext_EapKeyBlock
impl Default for SecPkgContext_EapKeyBlock
Source§fn default() -> SecPkgContext_EapKeyBlock
fn default() -> SecPkgContext_EapKeyBlock
Returns the “default value” for a type. Read more
impl Copy for SecPkgContext_EapKeyBlock
Auto Trait Implementations§
impl Freeze for SecPkgContext_EapKeyBlock
impl RefUnwindSafe for SecPkgContext_EapKeyBlock
impl Send for SecPkgContext_EapKeyBlock
impl Sync for SecPkgContext_EapKeyBlock
impl Unpin for SecPkgContext_EapKeyBlock
impl UnwindSafe for SecPkgContext_EapKeyBlock
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