#[repr(C)]pub struct UiInfo {
pub type: UI_INFO_TYPE,
pub Anonymous: UiInfo_0,
}
Expand description
Required features: "Win32_NetworkManagement_NetworkDiagnosticsFramework"
Fields
type: UI_INFO_TYPE
Anonymous: UiInfo_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UiInfo
impl !Send for UiInfo
impl !Sync for UiInfo
impl Unpin for UiInfo
impl UnwindSafe for UiInfo
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