Struct windows_sys::Win32::Security::Credentials::CREDSSP_CRED_EX
[−]#[repr(C)]pub struct CREDSSP_CRED_EX {
pub Type: CREDSPP_SUBMIT_TYPE,
pub Version: u32,
pub Flags: u32,
pub Reserved: u32,
pub Cred: CREDSSP_CRED,
}
Expand description
Required features: "Win32_Security_Credentials"
Fields
Type: CREDSPP_SUBMIT_TYPE
Version: u32
Flags: u32
Reserved: u32
Cred: CREDSSP_CRED
Trait Implementations
impl Clone for CREDSSP_CRED_EX
impl Clone for CREDSSP_CRED_EX
impl Copy for CREDSSP_CRED_EX
Auto Trait Implementations
impl RefUnwindSafe for CREDSSP_CRED_EX
impl !Send for CREDSSP_CRED_EX
impl !Sync for CREDSSP_CRED_EX
impl Unpin for CREDSSP_CRED_EX
impl UnwindSafe for CREDSSP_CRED_EX
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