#[repr(C)]pub struct EapPeerMethodOutput {
pub action: EapPeerMethodResponseAction,
pub fAllowNotifications: BOOL,
}
Expand description
Required features: "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§
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