#[repr(C)]pub struct PSINJECTDATA {
pub DataBytes: DWORD,
pub InjectionPoint: WORD,
pub PageNumber: WORD,
}
Fields
DataBytes: DWORD
InjectionPoint: WORD
PageNumber: WORD
Trait Implementations
sourceimpl Clone for PSINJECTDATA
impl Clone for PSINJECTDATA
sourcefn clone(&self) -> PSINJECTDATA
fn clone(&self) -> PSINJECTDATA
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 PSINJECTDATA
Auto Trait Implementations
impl RefUnwindSafe for PSINJECTDATA
impl Send for PSINJECTDATA
impl Sync for PSINJECTDATA
impl Unpin for PSINJECTDATA
impl UnwindSafe for PSINJECTDATA
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