[][src]Struct CCODE::_RDR_CALLOUT_STATE

#[repr(C)]pub struct _RDR_CALLOUT_STATE {
    pub LastError: RPC_STATUS,
    pub LastEEInfo: *mut c_void,
    pub LastCalledStage: RPC_HTTP_REDIRECTOR_STAGE,
    pub ServerName: *mut c_ushort,
    pub ServerPort: *mut c_ushort,
    pub RemoteUser: *mut c_ushort,
    pub AuthType: *mut c_ushort,
    pub ResourceTypePresent: c_uchar,
    pub SessionIdPresent: c_uchar,
    pub InterfacePresent: c_uchar,
    pub ResourceType: UUID,
    pub SessionId: UUID,
    pub Interface: RPC_SYNTAX_IDENTIFIER,
    pub CertContext: *mut c_void,
}

Fields

LastError: RPC_STATUSLastEEInfo: *mut c_voidLastCalledStage: RPC_HTTP_REDIRECTOR_STAGEServerName: *mut c_ushortServerPort: *mut c_ushortRemoteUser: *mut c_ushortAuthType: *mut c_ushortResourceTypePresent: c_ucharSessionIdPresent: c_ucharInterfacePresent: c_ucharResourceType: UUIDSessionId: UUIDInterface: RPC_SYNTAX_IDENTIFIERCertContext: *mut c_void

Trait Implementations

impl Clone for _RDR_CALLOUT_STATE[src]

impl Copy for _RDR_CALLOUT_STATE[src]

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