Struct ntapi::ntexapi::SYSDBG_PHYSICAL
source · [−]#[repr(C)]pub struct SYSDBG_PHYSICAL {
pub Address: PHYSICAL_ADDRESS,
pub Buffer: PVOID,
pub Request: ULONG,
}
Fields
Address: PHYSICAL_ADDRESS
Buffer: PVOID
Request: ULONG
Trait Implementations
sourceimpl Clone for SYSDBG_PHYSICAL
impl Clone for SYSDBG_PHYSICAL
sourcefn clone(&self) -> SYSDBG_PHYSICAL
fn clone(&self) -> SYSDBG_PHYSICAL
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 SYSDBG_PHYSICAL
Auto Trait Implementations
impl RefUnwindSafe for SYSDBG_PHYSICAL
impl !Send for SYSDBG_PHYSICAL
impl !Sync for SYSDBG_PHYSICAL
impl Unpin for SYSDBG_PHYSICAL
impl UnwindSafe for SYSDBG_PHYSICAL
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