#[repr(C)]pub struct _RDR_CALLOUT_STATE {Show 14 fields
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_STATUS
§LastEEInfo: *mut c_void
§LastCalledStage: RPC_HTTP_REDIRECTOR_STAGE
§ServerName: *mut c_ushort
§ServerPort: *mut c_ushort
§RemoteUser: *mut c_ushort
§AuthType: *mut c_ushort
§ResourceTypePresent: c_uchar
§SessionIdPresent: c_uchar
§InterfacePresent: c_uchar
§ResourceType: UUID
§SessionId: UUID
§Interface: RPC_SYNTAX_IDENTIFIER
§CertContext: *mut c_void
Trait Implementations§
Source§impl Clone for _RDR_CALLOUT_STATE
impl Clone for _RDR_CALLOUT_STATE
Source§fn clone(&self) -> _RDR_CALLOUT_STATE
fn clone(&self) -> _RDR_CALLOUT_STATE
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 _RDR_CALLOUT_STATE
impl Debug for _RDR_CALLOUT_STATE
Source§impl Ord for _RDR_CALLOUT_STATE
impl Ord for _RDR_CALLOUT_STATE
Source§fn cmp(&self, other: &_RDR_CALLOUT_STATE) -> Ordering
fn cmp(&self, other: &_RDR_CALLOUT_STATE) -> 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 _RDR_CALLOUT_STATE
impl PartialEq for _RDR_CALLOUT_STATE
Source§impl PartialOrd for _RDR_CALLOUT_STATE
impl PartialOrd for _RDR_CALLOUT_STATE
impl Copy for _RDR_CALLOUT_STATE
impl Eq for _RDR_CALLOUT_STATE
impl StructuralPartialEq for _RDR_CALLOUT_STATE
Auto Trait Implementations§
impl Freeze for _RDR_CALLOUT_STATE
impl RefUnwindSafe for _RDR_CALLOUT_STATE
impl !Send for _RDR_CALLOUT_STATE
impl !Sync for _RDR_CALLOUT_STATE
impl Unpin for _RDR_CALLOUT_STATE
impl UnwindSafe for _RDR_CALLOUT_STATE
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