#[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: ULONG
Trait Implementations§
Source§impl Clone for tagRPCOLEMESSAGE
impl Clone for tagRPCOLEMESSAGE
Source§fn clone(&self) -> tagRPCOLEMESSAGE
fn clone(&self) -> tagRPCOLEMESSAGE
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 moreSource§impl Debug for tagRPCOLEMESSAGE
impl Debug for tagRPCOLEMESSAGE
Source§impl Ord for tagRPCOLEMESSAGE
impl Ord for tagRPCOLEMESSAGE
Source§fn cmp(&self, other: &tagRPCOLEMESSAGE) -> Ordering
fn cmp(&self, other: &tagRPCOLEMESSAGE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagRPCOLEMESSAGE
impl PartialEq for tagRPCOLEMESSAGE
Source§impl PartialOrd for tagRPCOLEMESSAGE
impl PartialOrd for tagRPCOLEMESSAGE
impl Copy for tagRPCOLEMESSAGE
impl Eq for tagRPCOLEMESSAGE
impl StructuralPartialEq for tagRPCOLEMESSAGE
Auto Trait Implementations§
impl Freeze for tagRPCOLEMESSAGE
impl RefUnwindSafe for tagRPCOLEMESSAGE
impl !Send for tagRPCOLEMESSAGE
impl !Sync for tagRPCOLEMESSAGE
impl Unpin 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