#[repr(C)]pub struct HYPOTHESIS {
pub pwszClassName: PWSTR,
pub pwszDescription: PWSTR,
pub celt: u32,
pub rgAttributes: *mut HELPER_ATTRIBUTE,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more