#[repr(C)]pub struct tagMONHSZSTRUCTW {
pub cb: UINT,
pub fsAction: BOOL,
pub dwTime: DWORD,
pub hsz: HSZ,
pub hTask: HANDLE,
pub str_: [WCHAR; 1],
}
Fields§
§cb: UINT
§fsAction: BOOL
§dwTime: DWORD
§hsz: HSZ
§hTask: HANDLE
§str_: [WCHAR; 1]
Trait Implementations§
Source§impl Clone for tagMONHSZSTRUCTW
impl Clone for tagMONHSZSTRUCTW
Source§fn clone(&self) -> tagMONHSZSTRUCTW
fn clone(&self) -> tagMONHSZSTRUCTW
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 moreSource§impl Debug for tagMONHSZSTRUCTW
impl Debug for tagMONHSZSTRUCTW
Source§impl Ord for tagMONHSZSTRUCTW
impl Ord for tagMONHSZSTRUCTW
Source§fn cmp(&self, other: &tagMONHSZSTRUCTW) -> Ordering
fn cmp(&self, other: &tagMONHSZSTRUCTW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagMONHSZSTRUCTW
impl PartialEq for tagMONHSZSTRUCTW
Source§impl PartialOrd for tagMONHSZSTRUCTW
impl PartialOrd for tagMONHSZSTRUCTW
impl Copy for tagMONHSZSTRUCTW
impl Eq for tagMONHSZSTRUCTW
impl StructuralPartialEq for tagMONHSZSTRUCTW
Auto Trait Implementations§
impl Freeze for tagMONHSZSTRUCTW
impl RefUnwindSafe for tagMONHSZSTRUCTW
impl !Send for tagMONHSZSTRUCTW
impl !Sync for tagMONHSZSTRUCTW
impl Unpin for tagMONHSZSTRUCTW
impl UnwindSafe for tagMONHSZSTRUCTW
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