Struct 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_voidTrait 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
impl Copy 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