#[repr(C)]pub struct HYPOTHESIS {
pub pwszClassName: PWSTR,
pub pwszDescription: PWSTR,
pub celt: u32,
pub rgAttributes: *mut HELPER_ATTRIBUTE,
}
Expand description
Required features: "Win32_NetworkManagement_NetworkDiagnosticsFramework"
, "Win32_Foundation"
Fields
pwszClassName: PWSTR
pwszDescription: PWSTR
celt: u32
rgAttributes: *mut HELPER_ATTRIBUTE
Trait Implementations
impl Clone for HYPOTHESIS
impl Clone for HYPOTHESIS
impl Copy for HYPOTHESIS
Auto Trait Implementations
impl RefUnwindSafe for HYPOTHESIS
impl !Send for HYPOTHESIS
impl !Sync for HYPOTHESIS
impl Unpin for HYPOTHESIS
impl UnwindSafe for HYPOTHESIS
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