#[repr(C)]pub struct MONHSZSTRUCTA {
pub cb: u32,
pub fsAction: BOOL,
pub dwTime: u32,
pub hsz: HSZ,
pub hTask: HANDLE,
pub str: [CHAR; 1],
}Fields§
§cb: u32§fsAction: BOOL§dwTime: u32§hsz: HSZ§hTask: HANDLE§str: [CHAR; 1]Trait Implementations§
Source§impl Clone for MONHSZSTRUCTA
impl Clone for MONHSZSTRUCTA
Source§fn clone(&self) -> MONHSZSTRUCTA
fn clone(&self) -> MONHSZSTRUCTA
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 MONHSZSTRUCTA
impl Debug for MONHSZSTRUCTA
Source§impl Default for MONHSZSTRUCTA
impl Default for MONHSZSTRUCTA
Source§fn default() -> MONHSZSTRUCTA
fn default() -> MONHSZSTRUCTA
Returns the “default value” for a type. Read more
Source§impl PartialEq for MONHSZSTRUCTA
impl PartialEq for MONHSZSTRUCTA
impl Copy for MONHSZSTRUCTA
impl Eq for MONHSZSTRUCTA
Auto Trait Implementations§
impl Freeze for MONHSZSTRUCTA
impl RefUnwindSafe for MONHSZSTRUCTA
impl Send for MONHSZSTRUCTA
impl Sync for MONHSZSTRUCTA
impl Unpin for MONHSZSTRUCTA
impl UnwindSafe for MONHSZSTRUCTA
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