#[repr(C)]pub struct RPCOLEMESSAGE {
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 RPCOLEMESSAGE
impl Clone for RPCOLEMESSAGE
Source§fn clone(&self) -> RPCOLEMESSAGE
fn clone(&self) -> RPCOLEMESSAGE
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 RPCOLEMESSAGE
Source§impl Default for RPCOLEMESSAGE
Available on crate feature impl-default only.
impl Default for RPCOLEMESSAGE
Available on crate feature
impl-default only.Source§fn default() -> RPCOLEMESSAGE
fn default() -> RPCOLEMESSAGE
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Send for RPCOLEMESSAGE
impl !Sync for RPCOLEMESSAGE
impl Freeze for RPCOLEMESSAGE
impl RefUnwindSafe for RPCOLEMESSAGE
impl Unpin for RPCOLEMESSAGE
impl UnsafeUnpin for RPCOLEMESSAGE
impl UnwindSafe for RPCOLEMESSAGE
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