Struct windows_native::ntsam::DOMAIN_GENERAL_INFORMATION
source ยท #[repr(C, packed(4))]pub struct DOMAIN_GENERAL_INFORMATION {
pub ForceLogoff: i64,
pub OemInformation: UNICODE_STRING,
pub DomainName: UNICODE_STRING,
pub ReplicaSourceNodeName: UNICODE_STRING,
pub DomainModifiedCount: i64,
pub DomainServerState: DOMAIN_SERVER_ENABLE_STATE,
pub DomainServerRole: DOMAIN_SERVER_ROLE,
pub UasCompatibilityRequired: BOOLEAN,
pub UserCount: u32,
pub GroupCount: u32,
pub AliasCount: u32,
}Fieldsยง
ยงForceLogoff: i64ยงOemInformation: UNICODE_STRINGยงDomainName: UNICODE_STRINGยงReplicaSourceNodeName: UNICODE_STRINGยงDomainModifiedCount: i64ยงDomainServerState: DOMAIN_SERVER_ENABLE_STATEยงDomainServerRole: DOMAIN_SERVER_ROLEยงUasCompatibilityRequired: BOOLEANยงUserCount: u32ยงGroupCount: u32ยงAliasCount: u32Trait Implementationsยง
sourceยงimpl Debug for DOMAIN_GENERAL_INFORMATION
impl Debug for DOMAIN_GENERAL_INFORMATION
Auto Trait Implementationsยง
impl RefUnwindSafe for DOMAIN_GENERAL_INFORMATION
impl !Send for DOMAIN_GENERAL_INFORMATION
impl !Sync for DOMAIN_GENERAL_INFORMATION
impl Unpin for DOMAIN_GENERAL_INFORMATION
impl UnwindSafe for DOMAIN_GENERAL_INFORMATION
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