#[repr(C)]pub struct tagRPCOLEMESSAGE {
pub reserved1: *mut c_void,
pub dataRepresentation: RPCOLEDATAREP,
pub Buffer: *mut c_void,
pub cbBuffer: ULONG,
pub iMethod: ULONG,
pub reserved2: [*mut c_void; 5],
pub rpcFlags: ULONG,
}Fields§
§reserved1: *mut c_void§dataRepresentation: RPCOLEDATAREP§Buffer: *mut c_void§cbBuffer: ULONG§iMethod: ULONG§reserved2: [*mut c_void; 5]§rpcFlags: ULONGTrait Implementations§
Source§impl Clone for tagRPCOLEMESSAGE
impl Clone for tagRPCOLEMESSAGE
Source§fn clone(&self) -> tagRPCOLEMESSAGE
fn clone(&self) -> tagRPCOLEMESSAGE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for tagRPCOLEMESSAGE
Auto Trait Implementations§
impl !Send for tagRPCOLEMESSAGE
impl !Sync for tagRPCOLEMESSAGE
impl Freeze for tagRPCOLEMESSAGE
impl RefUnwindSafe for tagRPCOLEMESSAGE
impl Unpin for tagRPCOLEMESSAGE
impl UnsafeUnpin for tagRPCOLEMESSAGE
impl UnwindSafe for tagRPCOLEMESSAGE
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