#[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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more