Struct windows_sys::Win32::System::DataExchange::MONCONVSTRUCT
#[repr(C)]pub struct MONCONVSTRUCT {
pub cb: u32,
pub fConnect: BOOL,
pub dwTime: u32,
pub hTask: HANDLE,
pub hszSvc: HSZ,
pub hszTopic: HSZ,
pub hConvClient: HCONV,
pub hConvServer: HCONV,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cb: u32
§fConnect: BOOL
§dwTime: u32
§hTask: HANDLE
§hszSvc: HSZ
§hszTopic: HSZ
§hConvClient: HCONV
§hConvServer: HCONV
Trait Implementations§
§impl Clone for MONCONVSTRUCT
impl Clone for MONCONVSTRUCT
impl Copy for MONCONVSTRUCT
Auto Trait Implementations§
impl RefUnwindSafe for MONCONVSTRUCT
impl Send for MONCONVSTRUCT
impl Sync for MONCONVSTRUCT
impl Unpin for MONCONVSTRUCT
impl UnwindSafe for MONCONVSTRUCT
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