#[repr(C)]pub struct TRUSTED_DOMAIN_INFORMATION_EX2 {
pub Name: LSA_UNICODE_STRING,
pub FlatName: LSA_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_Foundation"
Fields§
§Name: LSA_UNICODE_STRING§FlatName: LSA_UNICODE_STRING§Sid: PSID§TrustDirection: u32§TrustType: u32§TrustAttributes: u32§ForestTrustLength: u32§ForestTrustInfo: *mut u8Trait 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§
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