Struct windows_sys::Wdk::System::SystemServices::DOMAIN_CONFIGURATION_X64
#[repr(C)]pub struct DOMAIN_CONFIGURATION_X64 {
pub FirstLevelPageTableRoot: i64,
pub TranslationEnabled: BOOLEAN,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§FirstLevelPageTableRoot: i64
§TranslationEnabled: BOOLEAN
Trait Implementations§
§impl Clone for DOMAIN_CONFIGURATION_X64
impl Clone for DOMAIN_CONFIGURATION_X64
impl Copy for DOMAIN_CONFIGURATION_X64
Auto Trait Implementations§
impl RefUnwindSafe for DOMAIN_CONFIGURATION_X64
impl Send for DOMAIN_CONFIGURATION_X64
impl Sync for DOMAIN_CONFIGURATION_X64
impl Unpin for DOMAIN_CONFIGURATION_X64
impl UnwindSafe for DOMAIN_CONFIGURATION_X64
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