#[repr(C)]pub struct EAP_CRED_EXPIRY_REQ {
pub curCreds: EAP_CONFIG_INPUT_FIELD_ARRAY,
pub newCreds: EAP_CONFIG_INPUT_FIELD_ARRAY,
}
Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
curCreds: EAP_CONFIG_INPUT_FIELD_ARRAY
newCreds: EAP_CONFIG_INPUT_FIELD_ARRAY
Trait Implementations
impl Clone for EAP_CRED_EXPIRY_REQ
impl Clone for EAP_CRED_EXPIRY_REQ
impl Copy for EAP_CRED_EXPIRY_REQ
Auto Trait Implementations
impl RefUnwindSafe for EAP_CRED_EXPIRY_REQ
impl !Send for EAP_CRED_EXPIRY_REQ
impl !Sync for EAP_CRED_EXPIRY_REQ
impl Unpin for EAP_CRED_EXPIRY_REQ
impl UnwindSafe for EAP_CRED_EXPIRY_REQ
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