Struct CRYPTPROTECT_PROMPTSTRUCT
#[repr(C)]pub struct CRYPTPROTECT_PROMPTSTRUCT {
pub cbSize: u32,
pub dwPromptFlags: u32,
pub hwndApp: HWND,
pub szPrompt: PCWSTR,
}
Fields§
§cbSize: u32
§dwPromptFlags: u32
§hwndApp: HWND
§szPrompt: PCWSTR
Trait Implementations§
§impl Clone for CRYPTPROTECT_PROMPTSTRUCT
impl Clone for CRYPTPROTECT_PROMPTSTRUCT
§fn clone(&self) -> CRYPTPROTECT_PROMPTSTRUCT
fn clone(&self) -> CRYPTPROTECT_PROMPTSTRUCT
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 CRYPTPROTECT_PROMPTSTRUCT
Auto Trait Implementations§
impl Freeze for CRYPTPROTECT_PROMPTSTRUCT
impl RefUnwindSafe for CRYPTPROTECT_PROMPTSTRUCT
impl !Send for CRYPTPROTECT_PROMPTSTRUCT
impl !Sync for CRYPTPROTECT_PROMPTSTRUCT
impl Unpin for CRYPTPROTECT_PROMPTSTRUCT
impl UnwindSafe for CRYPTPROTECT_PROMPTSTRUCT
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