Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_PARAMETERS
[−]#[repr(C)]pub struct SECPKG_PARAMETERS {
pub Version: u32,
pub MachineState: u32,
pub SetupMode: u32,
pub DomainSid: PSID,
pub DomainName: UNICODE_STRING,
pub DnsDomainName: UNICODE_STRING,
pub DomainGuid: GUID,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
Version: u32
MachineState: u32
SetupMode: u32
DomainSid: PSID
DomainName: UNICODE_STRING
DnsDomainName: UNICODE_STRING
DomainGuid: GUID
Trait Implementations
impl Clone for SECPKG_PARAMETERS
impl Clone for SECPKG_PARAMETERS
impl Copy for SECPKG_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_PARAMETERS
impl !Send for SECPKG_PARAMETERS
impl !Sync for SECPKG_PARAMETERS
impl Unpin for SECPKG_PARAMETERS
impl UnwindSafe for SECPKG_PARAMETERS
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