[][src]Struct CCODE::tagRPC_CALL_ATTRIBUTES_V2_A

#[repr(C)]pub struct tagRPC_CALL_ATTRIBUTES_V2_A {
    pub Version: c_uint,
    pub Flags: c_ulong,
    pub ServerPrincipalNameBufferLength: c_ulong,
    pub ServerPrincipalName: *mut c_uchar,
    pub ClientPrincipalNameBufferLength: c_ulong,
    pub ClientPrincipalName: *mut c_uchar,
    pub AuthenticationLevel: c_ulong,
    pub AuthenticationService: c_ulong,
    pub NullSession: BOOL,
    pub KernelModeCaller: BOOL,
    pub ProtocolSequence: c_ulong,
    pub IsClientLocal: c_ulong,
    pub ClientPID: HANDLE,
    pub CallStatus: c_ulong,
    pub CallType: RpcCallType,
    pub CallLocalAddress: *mut RPC_CALL_LOCAL_ADDRESS_V1,
    pub OpNum: c_ushort,
    pub InterfaceUuid: UUID,
}

Fields

Version: c_uintFlags: c_ulongServerPrincipalNameBufferLength: c_ulongServerPrincipalName: *mut c_ucharClientPrincipalNameBufferLength: c_ulongClientPrincipalName: *mut c_ucharAuthenticationLevel: c_ulongAuthenticationService: c_ulongNullSession: BOOLKernelModeCaller: BOOLProtocolSequence: c_ulongIsClientLocal: c_ulongClientPID: HANDLECallStatus: c_ulongCallType: RpcCallTypeCallLocalAddress: *mut RPC_CALL_LOCAL_ADDRESS_V1OpNum: c_ushortInterfaceUuid: UUID

Trait Implementations

impl Clone for tagRPC_CALL_ATTRIBUTES_V2_A[src]

impl Copy for tagRPC_CALL_ATTRIBUTES_V2_A[src]

impl Debug for tagRPC_CALL_ATTRIBUTES_V2_A[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.