Struct PSINJECTDATA
#[repr(C)]pub struct PSINJECTDATA {
pub DataBytes: u32,
pub InjectionPoint: PSINJECT_POINT,
pub PageNumber: u16,
}
Fields§
§DataBytes: u32
§InjectionPoint: PSINJECT_POINT
§PageNumber: u16
Trait Implementations§
§impl Clone for PSINJECTDATA
impl Clone for PSINJECTDATA
§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 more§impl Debug for PSINJECTDATA
impl Debug for PSINJECTDATA
§impl Default for PSINJECTDATA
impl Default for PSINJECTDATA
§impl PartialEq for PSINJECTDATA
impl PartialEq for PSINJECTDATA
impl Copy 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