#[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_NetworkManagement_WiFi"
, "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
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