Struct ntapi::ntpsapi::WOW64_PROCESS
source · [−]#[repr(C)]pub struct WOW64_PROCESS {
pub Wow64: PVOID,
}
Fields
Wow64: PVOID
Trait Implementations
sourceimpl Clone for WOW64_PROCESS
impl Clone for WOW64_PROCESS
sourcefn clone(&self) -> WOW64_PROCESS
fn clone(&self) -> WOW64_PROCESS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for WOW64_PROCESS
Auto Trait Implementations
impl RefUnwindSafe for WOW64_PROCESS
impl !Send for WOW64_PROCESS
impl !Sync for WOW64_PROCESS
impl Unpin for WOW64_PROCESS
impl UnwindSafe for WOW64_PROCESS
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