#[repr(C)]pub struct SecPkgContext_UiInfo {
pub hParentWindow: HWND,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
hParentWindow: HWND
Trait Implementations
impl Clone for SecPkgContext_UiInfo
impl Clone for SecPkgContext_UiInfo
impl Copy for SecPkgContext_UiInfo
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_UiInfo
impl Send for SecPkgContext_UiInfo
impl Sync for SecPkgContext_UiInfo
impl Unpin for SecPkgContext_UiInfo
impl UnwindSafe for SecPkgContext_UiInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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