Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_WOW_CLIENT_DLL
#[repr(C)]pub struct SECPKG_WOW_CLIENT_DLL {
pub WowClientDllPath: SECURITY_STRING,
}
Fields§
§WowClientDllPath: SECURITY_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§
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