#[repr(C)]pub struct _PSINJECTDATA {
pub DataBytes: DWORD,
pub InjectionPoint: WORD,
pub PageNumber: WORD,
}
Fields§
§DataBytes: DWORD
§InjectionPoint: WORD
§PageNumber: WORD
Trait Implementations§
Source§impl Clone for _PSINJECTDATA
impl Clone for _PSINJECTDATA
Source§fn clone(&self) -> _PSINJECTDATA
fn clone(&self) -> _PSINJECTDATA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _PSINJECTDATA
impl Debug for _PSINJECTDATA
Source§impl Ord for _PSINJECTDATA
impl Ord for _PSINJECTDATA
Source§fn cmp(&self, other: &_PSINJECTDATA) -> Ordering
fn cmp(&self, other: &_PSINJECTDATA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _PSINJECTDATA
impl PartialEq for _PSINJECTDATA
Source§impl PartialOrd for _PSINJECTDATA
impl PartialOrd for _PSINJECTDATA
impl Copy for _PSINJECTDATA
impl Eq for _PSINJECTDATA
impl StructuralPartialEq for _PSINJECTDATA
Auto Trait Implementations§
impl Freeze for _PSINJECTDATA
impl RefUnwindSafe for _PSINJECTDATA
impl Send for _PSINJECTDATA
impl Sync for _PSINJECTDATA
impl Unpin for _PSINJECTDATA
impl UnwindSafe for _PSINJECTDATA
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