#[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 duplicate 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
impl Copy 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