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,
}
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
§fn clone(&self) -> MONCONVSTRUCT
fn clone(&self) -> MONCONVSTRUCT
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 MONCONVSTRUCT
Auto Trait Implementations§
impl Freeze for MONCONVSTRUCT
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
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
)