#[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 Abi for MONHSZSTRUCTA
impl Abi for MONHSZSTRUCTA
Source§type Abi = MONHSZSTRUCTA
type Abi = MONHSZSTRUCTA
The abi representation of the implementing type. Read more
type DefaultType = MONHSZSTRUCTA
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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§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