#[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: PWSTRpwszDescription: PWSTRcelt: u32rgAttributes: *mut HELPER_ATTRIBUTETrait 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 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