Struct MONHSZSTRUCTA
#[repr(C)]pub struct MONHSZSTRUCTA {
pub cb: u32,
pub fsAction: BOOL,
pub dwTime: u32,
pub hsz: HSZ,
pub hTask: HANDLE,
pub str: [i8; 1],
}
Fields§
§cb: u32
§fsAction: BOOL
§dwTime: u32
§hsz: HSZ
§hTask: HANDLE
§str: [i8; 1]
Trait Implementations§
§impl Clone for MONHSZSTRUCTA
impl Clone for MONHSZSTRUCTA
§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 moreimpl Copy 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