Expand description
Required features: "Win32_Security_Authentication_Identity"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more