#[repr(C)]pub struct tagMONHSZSTRUCTA {
pub cb: UINT,
pub fsAction: BOOL,
pub dwTime: DWORD,
pub hsz: HSZ,
pub hTask: HANDLE,
pub str_: [CHAR; 1],
}
Fields§
§cb: UINT
§fsAction: BOOL
§dwTime: DWORD
§hsz: HSZ
§hTask: HANDLE
§str_: [CHAR; 1]
Trait Implementations§
Source§impl Clone for tagMONHSZSTRUCTA
impl Clone for tagMONHSZSTRUCTA
Source§fn clone(&self) -> tagMONHSZSTRUCTA
fn clone(&self) -> tagMONHSZSTRUCTA
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 tagMONHSZSTRUCTA
impl Debug for tagMONHSZSTRUCTA
Source§impl Ord for tagMONHSZSTRUCTA
impl Ord for tagMONHSZSTRUCTA
Source§fn cmp(&self, other: &tagMONHSZSTRUCTA) -> Ordering
fn cmp(&self, other: &tagMONHSZSTRUCTA) -> 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 tagMONHSZSTRUCTA
impl PartialEq for tagMONHSZSTRUCTA
Source§impl PartialOrd for tagMONHSZSTRUCTA
impl PartialOrd for tagMONHSZSTRUCTA
impl Copy for tagMONHSZSTRUCTA
impl Eq for tagMONHSZSTRUCTA
impl StructuralPartialEq for tagMONHSZSTRUCTA
Auto Trait Implementations§
impl Freeze for tagMONHSZSTRUCTA
impl RefUnwindSafe for tagMONHSZSTRUCTA
impl !Send for tagMONHSZSTRUCTA
impl !Sync for tagMONHSZSTRUCTA
impl Unpin for tagMONHSZSTRUCTA
impl UnwindSafe for tagMONHSZSTRUCTA
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