#[repr(C)]pub struct TRUSTED_DOMAIN_INFORMATION_EX2 {
pub Name: UNICODE_STRING,
pub FlatName: UNICODE_STRING,
pub Sid: PSID,
pub TrustDirection: u32,
pub TrustType: u32,
pub TrustAttributes: u32,
pub ForestTrustLength: u32,
pub ForestTrustInfo: *mut u8,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields
Name: UNICODE_STRING
FlatName: UNICODE_STRING
Sid: PSID
TrustDirection: u32
TrustType: u32
TrustAttributes: u32
ForestTrustLength: u32
ForestTrustInfo: *mut u8
Trait Implementations
impl Clone for TRUSTED_DOMAIN_INFORMATION_EX2
impl Clone for TRUSTED_DOMAIN_INFORMATION_EX2
impl Copy for TRUSTED_DOMAIN_INFORMATION_EX2
Auto Trait Implementations
impl RefUnwindSafe for TRUSTED_DOMAIN_INFORMATION_EX2
impl !Send for TRUSTED_DOMAIN_INFORMATION_EX2
impl !Sync for TRUSTED_DOMAIN_INFORMATION_EX2
impl Unpin for TRUSTED_DOMAIN_INFORMATION_EX2
impl UnwindSafe for TRUSTED_DOMAIN_INFORMATION_EX2
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