Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_CALL_PACKAGE_PIN_DC_REQUEST
[−]#[repr(C)]pub struct SECPKG_CALL_PACKAGE_PIN_DC_REQUEST {
pub MessageType: u32,
pub Flags: u32,
pub DomainName: UNICODE_STRING,
pub DcName: UNICODE_STRING,
pub DcFlags: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
MessageType: u32
Flags: u32
DomainName: UNICODE_STRING
DcName: UNICODE_STRING
DcFlags: u32
Trait Implementations
impl Clone for SECPKG_CALL_PACKAGE_PIN_DC_REQUEST
impl Clone for SECPKG_CALL_PACKAGE_PIN_DC_REQUEST
impl Copy for SECPKG_CALL_PACKAGE_PIN_DC_REQUEST
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_CALL_PACKAGE_PIN_DC_REQUEST
impl !Send for SECPKG_CALL_PACKAGE_PIN_DC_REQUEST
impl !Sync for SECPKG_CALL_PACKAGE_PIN_DC_REQUEST
impl Unpin for SECPKG_CALL_PACKAGE_PIN_DC_REQUEST
impl UnwindSafe for SECPKG_CALL_PACKAGE_PIN_DC_REQUEST
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