Struct windows_sys::Win32::System::PasswordManagement::LM_OWF_PASSWORD
[−]#[repr(C)]pub struct 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 LM_OWF_PASSWORD
impl Clone for LM_OWF_PASSWORD
impl Copy for LM_OWF_PASSWORD
Auto Trait Implementations
impl RefUnwindSafe for LM_OWF_PASSWORD
impl Send for LM_OWF_PASSWORD
impl Sync for LM_OWF_PASSWORD
impl Unpin for LM_OWF_PASSWORD
impl UnwindSafe for 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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more