#[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_STATUSBackendSupport: ONEX_EAP_METHOD_BACKEND_SUPPORTfBackendEngaged: BOOL_bitfield: u32authParams: ONEX_VARIABLE_BLOBeapError: ONEX_VARIABLE_BLOBTrait 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 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