Struct vc6_sys::_PSINJECTDATA
source · #[repr(C)]pub struct _PSINJECTDATA {
pub DataBytes: DWORD,
pub InjectionPoint: DWORD,
pub Flags: DWORD,
pub Reserved: DWORD,
}Fields§
§DataBytes: DWORD§InjectionPoint: DWORD§Flags: DWORD§Reserved: DWORDTrait 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
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§
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