Struct windows_sys::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,
}
Expand description
Required features: "Win32_Security_Credentials"
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
impl Copy for CREDSSP_CRED
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more