[][src]Struct CCODE::_RPC_MESSAGE

#[repr(C)]pub struct _RPC_MESSAGE {
    pub Handle: RPC_BINDING_HANDLE,
    pub DataRepresentation: c_ulong,
    pub Buffer: *mut c_void,
    pub BufferLength: c_uint,
    pub ProcNum: c_uint,
    pub TransferSyntax: PRPC_SYNTAX_IDENTIFIER,
    pub RpcInterfaceInformation: *mut c_void,
    pub ReservedForRuntime: *mut c_void,
    pub ManagerEpv: *mut c_void,
    pub ImportContext: *mut c_void,
    pub RpcFlags: c_ulong,
}

Fields

Handle: RPC_BINDING_HANDLEDataRepresentation: c_ulongBuffer: *mut c_voidBufferLength: c_uintProcNum: c_uintTransferSyntax: PRPC_SYNTAX_IDENTIFIERRpcInterfaceInformation: *mut c_voidReservedForRuntime: *mut c_voidManagerEpv: *mut c_voidImportContext: *mut c_voidRpcFlags: c_ulong

Trait Implementations

impl Clone for _RPC_MESSAGE[src]

impl Copy for _RPC_MESSAGE[src]

impl Debug for _RPC_MESSAGE[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.