#[repr(C)]pub struct CRYPTPROTECT_PROMPTSTRUCT {
pub cbSize: u32,
pub dwPromptFlags: u32,
pub hwndApp: HWND,
pub szPrompt: PCWSTR,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32
§dwPromptFlags: u32
§hwndApp: HWND
§szPrompt: PCWSTR
Trait Implementations§
§impl Clone for CRYPTPROTECT_PROMPTSTRUCT
impl Clone for CRYPTPROTECT_PROMPTSTRUCT
impl Copy for CRYPTPROTECT_PROMPTSTRUCT
Auto Trait Implementations§
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