Struct windows::Win32::System::MessageQueuing::MQMSGPROPS
#[repr(C)]pub struct MQMSGPROPS {
pub cProp: u32,
pub aPropID: *mut u32,
pub aPropVar: *mut PROPVARIANT,
pub aStatus: *mut HRESULT,
}
Fields§
§cProp: u32
§aPropID: *mut u32
§aPropVar: *mut PROPVARIANT
§aStatus: *mut HRESULT
Trait Implementations§
§impl Clone for MQMSGPROPS
impl Clone for MQMSGPROPS
§fn clone(&self) -> MQMSGPROPS
fn clone(&self) -> MQMSGPROPS
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 MQMSGPROPS
impl Debug for MQMSGPROPS
§impl PartialEq for MQMSGPROPS
impl PartialEq for MQMSGPROPS
§fn eq(&self, other: &MQMSGPROPS) -> bool
fn eq(&self, other: &MQMSGPROPS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MQMSGPROPS
impl Eq for MQMSGPROPS
impl StructuralPartialEq for MQMSGPROPS
Auto Trait Implementations§
impl Freeze for MQMSGPROPS
impl RefUnwindSafe for MQMSGPROPS
impl !Send for MQMSGPROPS
impl !Sync for MQMSGPROPS
impl Unpin for MQMSGPROPS
impl UnwindSafe for MQMSGPROPS
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
)