Struct ENCRYPTED_CREDENTIALW
#[repr(C)]pub struct ENCRYPTED_CREDENTIALW {
pub Cred: CREDENTIALW,
pub ClearCredentialBlobSize: u32,
}
Fields§
§Cred: CREDENTIALW
§ClearCredentialBlobSize: u32
Trait Implementations§
§impl Clone for ENCRYPTED_CREDENTIALW
impl Clone for ENCRYPTED_CREDENTIALW
§fn clone(&self) -> ENCRYPTED_CREDENTIALW
fn clone(&self) -> ENCRYPTED_CREDENTIALW
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 ENCRYPTED_CREDENTIALW
Auto Trait Implementations§
impl Freeze for ENCRYPTED_CREDENTIALW
impl RefUnwindSafe for ENCRYPTED_CREDENTIALW
impl !Send for ENCRYPTED_CREDENTIALW
impl !Sync for ENCRYPTED_CREDENTIALW
impl Unpin for ENCRYPTED_CREDENTIALW
impl UnwindSafe for ENCRYPTED_CREDENTIALW
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