Struct HYPOTHESIS
#[repr(C)]pub struct HYPOTHESIS {
pub pwszClassName: PWSTR,
pub pwszDescription: PWSTR,
pub celt: u32,
pub rgAttributes: *mut HELPER_ATTRIBUTE,
}
Fields§
§pwszClassName: PWSTR
§pwszDescription: PWSTR
§celt: u32
§rgAttributes: *mut HELPER_ATTRIBUTE
Trait Implementations§
§impl Clone for HYPOTHESIS
impl Clone for HYPOTHESIS
§fn clone(&self) -> HYPOTHESIS
fn clone(&self) -> HYPOTHESIS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for HYPOTHESIS
Auto Trait Implementations§
impl Freeze for HYPOTHESIS
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