Struct windows::Win32::System::DataExchange::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 more§impl Debug for MONHSZSTRUCTA
impl Debug for MONHSZSTRUCTA
§impl Default for MONHSZSTRUCTA
impl Default for MONHSZSTRUCTA
§impl PartialEq for MONHSZSTRUCTA
impl PartialEq for MONHSZSTRUCTA
§fn eq(&self, other: &MONHSZSTRUCTA) -> bool
fn eq(&self, other: &MONHSZSTRUCTA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MONHSZSTRUCTA
impl Eq for MONHSZSTRUCTA
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)