#[repr(C)]pub struct SECPKG_WOW_CLIENT_DLL {
pub WowClientDllPath: UNICODE_STRING,
}
Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’
Fields
WowClientDllPath: UNICODE_STRING
Trait Implementations
impl Clone for SECPKG_WOW_CLIENT_DLL
impl Clone for SECPKG_WOW_CLIENT_DLL
impl Copy for SECPKG_WOW_CLIENT_DLL
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_WOW_CLIENT_DLL
impl !Send for SECPKG_WOW_CLIENT_DLL
impl !Sync for SECPKG_WOW_CLIENT_DLL
impl Unpin for SECPKG_WOW_CLIENT_DLL
impl UnwindSafe for SECPKG_WOW_CLIENT_DLL
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