#[repr(C)]pub struct EapPeerMethodOutput {
pub action: EapPeerMethodResponseAction,
pub fAllowNotifications: BOOL,
}
Expand description
Required features: "Win32_Security_ExtensibleAuthenticationProtocol"
, "Win32_Foundation"
Fields
action: EapPeerMethodResponseAction
fAllowNotifications: BOOL
Trait Implementations
impl Clone for EapPeerMethodOutput
impl Clone for EapPeerMethodOutput
impl Copy for EapPeerMethodOutput
Auto Trait Implementations
impl RefUnwindSafe for EapPeerMethodOutput
impl Send for EapPeerMethodOutput
impl Sync for EapPeerMethodOutput
impl Unpin for EapPeerMethodOutput
impl UnwindSafe for EapPeerMethodOutput
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