#[repr(C)]pub struct EAP_INTERACTIVE_UI_DATA {
pub dwVersion: u32,
pub dwSize: u32,
pub dwDataType: EAP_INTERACTIVE_UI_DATA_TYPE,
pub cbUiData: u32,
pub pbUiData: EAP_UI_DATA_FORMAT,
}Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
Fields
dwVersion: u32dwSize: u32dwDataType: EAP_INTERACTIVE_UI_DATA_TYPEcbUiData: u32pbUiData: EAP_UI_DATA_FORMATTrait Implementations
impl Clone for EAP_INTERACTIVE_UI_DATA
impl Clone for EAP_INTERACTIVE_UI_DATA
impl Copy for EAP_INTERACTIVE_UI_DATA
Auto Trait Implementations
impl RefUnwindSafe for EAP_INTERACTIVE_UI_DATA
impl !Send for EAP_INTERACTIVE_UI_DATA
impl !Sync for EAP_INTERACTIVE_UI_DATA
impl Unpin for EAP_INTERACTIVE_UI_DATA
impl UnwindSafe for EAP_INTERACTIVE_UI_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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