#[repr(C)]pub struct RPC_HTTP_TRANSPORT_CREDENTIALS_A {
pub TransportCredentials: *mut SEC_WINNT_AUTH_IDENTITY_A,
pub Flags: c_ulong,
pub AuthenticationTarget: c_ulong,
pub NumberOfAuthnSchemes: c_ulong,
pub AuthnSchemes: *mut c_ulong,
pub ServerCertificateSubject: *mut c_uchar,
}
Fields§
§TransportCredentials: *mut SEC_WINNT_AUTH_IDENTITY_A
§Flags: c_ulong
§AuthenticationTarget: c_ulong
§NumberOfAuthnSchemes: c_ulong
§AuthnSchemes: *mut c_ulong
§ServerCertificateSubject: *mut c_uchar
Trait Implementations§
Source§impl Clone for RPC_HTTP_TRANSPORT_CREDENTIALS_A
impl Clone for RPC_HTTP_TRANSPORT_CREDENTIALS_A
Source§fn clone(&self) -> RPC_HTTP_TRANSPORT_CREDENTIALS_A
fn clone(&self) -> RPC_HTTP_TRANSPORT_CREDENTIALS_A
Returns a duplicate 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 Default for RPC_HTTP_TRANSPORT_CREDENTIALS_A
impl Default for RPC_HTTP_TRANSPORT_CREDENTIALS_A
Source§fn default() -> RPC_HTTP_TRANSPORT_CREDENTIALS_A
fn default() -> RPC_HTTP_TRANSPORT_CREDENTIALS_A
Returns the “default value” for a type. Read more
impl Copy for RPC_HTTP_TRANSPORT_CREDENTIALS_A
Auto Trait Implementations§
impl Freeze for RPC_HTTP_TRANSPORT_CREDENTIALS_A
impl RefUnwindSafe for RPC_HTTP_TRANSPORT_CREDENTIALS_A
impl !Send for RPC_HTTP_TRANSPORT_CREDENTIALS_A
impl !Sync for RPC_HTTP_TRANSPORT_CREDENTIALS_A
impl Unpin for RPC_HTTP_TRANSPORT_CREDENTIALS_A
impl UnwindSafe for RPC_HTTP_TRANSPORT_CREDENTIALS_A
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