Struct windows_sys::Win32::System::PasswordManagement::CYPHER_BLOCK
[−]Expand description
Required features: "Win32_System_PasswordManagement"
, "Win32_Foundation"
Fields
data: [CHAR; 8]
Trait Implementations
impl Clone for CYPHER_BLOCK
impl Clone for CYPHER_BLOCK
impl Copy for CYPHER_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for CYPHER_BLOCK
impl Send for CYPHER_BLOCK
impl Sync for CYPHER_BLOCK
impl Unpin for CYPHER_BLOCK
impl UnwindSafe for CYPHER_BLOCK
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