Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_TARGETINFO
[−]Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
DomainSid: PSID
ComputerName: PCWSTR
Trait Implementations
impl Clone for SECPKG_TARGETINFO
impl Clone for SECPKG_TARGETINFO
impl Copy for SECPKG_TARGETINFO
Auto Trait Implementations
impl RefUnwindSafe for SECPKG_TARGETINFO
impl !Send for SECPKG_TARGETINFO
impl !Sync for SECPKG_TARGETINFO
impl Unpin for SECPKG_TARGETINFO
impl UnwindSafe for SECPKG_TARGETINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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