#[repr(C)]pub struct RepairInfoEx {
pub repair: RepairInfo,
pub repairRank: u16,
}Expand description
Required features: ‘Win32_NetworkManagement_NetworkDiagnosticsFramework’
Fields
repair: RepairInforepairRank: u16Trait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more