Struct windows_native::ntwow64::WOW64INFO
source ยท #[repr(C)]pub struct WOW64INFO {
pub NativeSystemPageSize: u32,
pub CpuFlags: u32,
pub Wow64ExecuteFlags: WOW64_EXECUTE_OPTIONS,
pub InstrumentationCallback: u32,
}Fieldsยง
ยงNativeSystemPageSize: u32ยงCpuFlags: u32ยงWow64ExecuteFlags: WOW64_EXECUTE_OPTIONSยงInstrumentationCallback: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for WOW64INFO
impl Send for WOW64INFO
impl Sync for WOW64INFO
impl Unpin for WOW64INFO
impl UnwindSafe for WOW64INFO
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