Struct windows::Win32::Security::Credentials::CREDSSP_CRED
#[repr(C)]pub struct CREDSSP_CRED {
pub Type: CREDSPP_SUBMIT_TYPE,
pub pSchannelCred: *mut c_void,
pub pSpnegoCred: *mut c_void,
}
Fields§
§Type: CREDSPP_SUBMIT_TYPE
§pSchannelCred: *mut c_void
§pSpnegoCred: *mut c_void
Trait Implementations§
§impl Clone for CREDSSP_CRED
impl Clone for CREDSSP_CRED
§fn clone(&self) -> CREDSSP_CRED
fn clone(&self) -> CREDSSP_CRED
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 CREDSSP_CRED
impl Debug for CREDSSP_CRED
§impl Default for CREDSSP_CRED
impl Default for CREDSSP_CRED
§impl PartialEq for CREDSSP_CRED
impl PartialEq for CREDSSP_CRED
§fn eq(&self, other: &CREDSSP_CRED) -> bool
fn eq(&self, other: &CREDSSP_CRED) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CREDSSP_CRED
impl Eq for CREDSSP_CRED
impl StructuralPartialEq for CREDSSP_CRED
Auto Trait Implementations§
impl Freeze for CREDSSP_CRED
impl RefUnwindSafe for CREDSSP_CRED
impl !Send for CREDSSP_CRED
impl !Sync for CREDSSP_CRED
impl Unpin for CREDSSP_CRED
impl UnwindSafe for CREDSSP_CRED
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
)