Struct 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 HRESULTTrait Implementations§
§impl Clone for MQMSGPROPS
impl Clone for MQMSGPROPS
§fn clone(&self) -> MQMSGPROPS
fn clone(&self) -> MQMSGPROPS
Returns a duplicate 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 Default for MQMSGPROPS
Available on crate features Win32_System_Com_StructuredStorage and Win32_System_Variant only.
impl Default for MQMSGPROPS
Available on crate features
Win32_System_Com_StructuredStorage and Win32_System_Variant only.impl Copy 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