#[repr(C)]pub struct SecPkgContext_EapKeyBlock {
pub rgbKeys: [u8; 128],
pub rgbIVs: [u8; 64],
}
Fields§
§rgbKeys: [u8; 128]
§rgbIVs: [u8; 64]
Trait Implementations§
§impl Clone for SecPkgContext_EapKeyBlock
impl Clone for SecPkgContext_EapKeyBlock
impl Copy for SecPkgContext_EapKeyBlock
Auto Trait Implementations§
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