#[repr(C)]pub struct SL_NONGENUINE_UI_OPTIONS {
pub cbSize: u32,
pub pComponentId: *const GUID,
pub hResultUI: HRESULT,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cbSize: u32
pComponentId: *const GUID
hResultUI: HRESULT
Trait Implementations
impl Clone for SL_NONGENUINE_UI_OPTIONS
impl Clone for SL_NONGENUINE_UI_OPTIONS
impl Copy for SL_NONGENUINE_UI_OPTIONS
Auto Trait Implementations
impl RefUnwindSafe for SL_NONGENUINE_UI_OPTIONS
impl !Send for SL_NONGENUINE_UI_OPTIONS
impl !Sync for SL_NONGENUINE_UI_OPTIONS
impl Unpin for SL_NONGENUINE_UI_OPTIONS
impl UnwindSafe for SL_NONGENUINE_UI_OPTIONS
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