Struct SECPKG_SUPPLEMENTAL_CRED
#[repr(C)]pub struct SECPKG_SUPPLEMENTAL_CRED {
pub PackageName: LSA_UNICODE_STRING,
pub CredentialSize: u32,
pub Credentials: *mut u8,
}
Fields§
§PackageName: LSA_UNICODE_STRING
§CredentialSize: u32
§Credentials: *mut u8
Trait Implementations§
§impl Clone for SECPKG_SUPPLEMENTAL_CRED
impl Clone for SECPKG_SUPPLEMENTAL_CRED
§fn clone(&self) -> SECPKG_SUPPLEMENTAL_CRED
fn clone(&self) -> SECPKG_SUPPLEMENTAL_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 moreimpl Copy for SECPKG_SUPPLEMENTAL_CRED
Auto Trait Implementations§
impl Freeze for SECPKG_SUPPLEMENTAL_CRED
impl RefUnwindSafe for SECPKG_SUPPLEMENTAL_CRED
impl !Send for SECPKG_SUPPLEMENTAL_CRED
impl !Sync for SECPKG_SUPPLEMENTAL_CRED
impl Unpin for SECPKG_SUPPLEMENTAL_CRED
impl UnwindSafe for SECPKG_SUPPLEMENTAL_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