Struct windows_sys::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: [CHAR; 1],
}
Expand description
Required features: "Win32_System_DataExchange"
, "Win32_Foundation"
Fields
cb: u32
fsAction: BOOL
dwTime: u32
hsz: HSZ
hTask: HANDLE
str: [CHAR; 1]
Trait Implementations
impl Clone for MONHSZSTRUCTA
impl Clone for MONHSZSTRUCTA
impl Copy for MONHSZSTRUCTA
Auto Trait Implementations
impl RefUnwindSafe for MONHSZSTRUCTA
impl Send for MONHSZSTRUCTA
impl Sync for MONHSZSTRUCTA
impl Unpin for MONHSZSTRUCTA
impl UnwindSafe for MONHSZSTRUCTA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more