#[repr(C)]pub struct LM_OWF_PASSWORD {
pub data: [CYPHER_BLOCK; 2],
}
Fields
data: [CYPHER_BLOCK; 2]
Trait Implementations
sourceimpl Clone for LM_OWF_PASSWORD
impl Clone for LM_OWF_PASSWORD
sourcefn clone(&self) -> LM_OWF_PASSWORD
fn clone(&self) -> LM_OWF_PASSWORD
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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