#[repr(C)]pub struct RepairInfoEx {
pub repair: RepairInfo,
pub repairRank: u16,
}
Expand description
Required features: "Win32_NetworkManagement_NetworkDiagnosticsFramework"
Fields
repair: RepairInfo
repairRank: u16
Trait Implementations
impl Clone for RepairInfoEx
impl Clone for RepairInfoEx
impl Copy for RepairInfoEx
Auto Trait Implementations
impl RefUnwindSafe for RepairInfoEx
impl !Send for RepairInfoEx
impl !Sync for RepairInfoEx
impl Unpin for RepairInfoEx
impl UnwindSafe for RepairInfoEx
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