Struct windows::Win32::System::Rpc::RDR_CALLOUT_STATE
#[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 u16,
pub ServerPort: *mut u16,
pub RemoteUser: *mut u16,
pub AuthType: *mut u16,
pub ResourceTypePresent: u8,
pub SessionIdPresent: u8,
pub InterfacePresent: u8,
pub ResourceType: GUID,
pub SessionId: GUID,
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 u16
§ServerPort: *mut u16
§RemoteUser: *mut u16
§AuthType: *mut u16
§ResourceTypePresent: u8
§SessionIdPresent: u8
§InterfacePresent: u8
§ResourceType: GUID
§SessionId: GUID
§Interface: RPC_SYNTAX_IDENTIFIER
§CertContext: *mut c_void
Trait Implementations§
§impl Clone for RDR_CALLOUT_STATE
impl Clone for RDR_CALLOUT_STATE
§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 more§impl Debug for RDR_CALLOUT_STATE
impl Debug for RDR_CALLOUT_STATE
§impl Default for RDR_CALLOUT_STATE
impl Default for RDR_CALLOUT_STATE
§impl PartialEq for RDR_CALLOUT_STATE
impl PartialEq for RDR_CALLOUT_STATE
§fn eq(&self, other: &RDR_CALLOUT_STATE) -> bool
fn eq(&self, other: &RDR_CALLOUT_STATE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)