Struct windows_sys::Win32::NetworkManagement::WiFi::ONEX_RESULT_UPDATE_DATA
#[repr(C)]pub struct ONEX_RESULT_UPDATE_DATA {
pub oneXStatus: ONEX_STATUS,
pub BackendSupport: ONEX_EAP_METHOD_BACKEND_SUPPORT,
pub fBackendEngaged: BOOL,
pub _bitfield: u32,
pub authParams: ONEX_VARIABLE_BLOB,
pub eapError: ONEX_VARIABLE_BLOB,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§oneXStatus: ONEX_STATUS
§BackendSupport: ONEX_EAP_METHOD_BACKEND_SUPPORT
§fBackendEngaged: BOOL
§_bitfield: u32
§authParams: ONEX_VARIABLE_BLOB
§eapError: ONEX_VARIABLE_BLOB
Trait Implementations§
§impl Clone for ONEX_RESULT_UPDATE_DATA
impl Clone for ONEX_RESULT_UPDATE_DATA
impl Copy for ONEX_RESULT_UPDATE_DATA
Auto Trait Implementations§
impl RefUnwindSafe for ONEX_RESULT_UPDATE_DATA
impl Send for ONEX_RESULT_UPDATE_DATA
impl Sync for ONEX_RESULT_UPDATE_DATA
impl Unpin for ONEX_RESULT_UPDATE_DATA
impl UnwindSafe for ONEX_RESULT_UPDATE_DATA
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