#[repr(C)]pub struct ENCRYPTED_LM_OWF_PASSWORD {
pub data: [CYPHER_BLOCK; 2],
}
Expand description
Required features: ‘Win32_System_PasswordManagement’, ‘Win32_Foundation’
Fields
data: [CYPHER_BLOCK; 2]
Trait Implementations
impl Clone for ENCRYPTED_LM_OWF_PASSWORD
impl Clone for ENCRYPTED_LM_OWF_PASSWORD
impl Copy for ENCRYPTED_LM_OWF_PASSWORD
Auto Trait Implementations
impl RefUnwindSafe for ENCRYPTED_LM_OWF_PASSWORD
impl Send for ENCRYPTED_LM_OWF_PASSWORD
impl Sync for ENCRYPTED_LM_OWF_PASSWORD
impl Unpin for ENCRYPTED_LM_OWF_PASSWORD
impl UnwindSafe for ENCRYPTED_LM_OWF_PASSWORD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more