#[repr(C)]pub struct AttachProcessEvent {
pub program_id: u64_,
pub process_name: [c_char; 8],
pub process_id: u32_,
pub other_flags: u32_,
}Expand description
Event relating to the attachment of a process.
Fields§
§program_id: u64_< ID of the program.
process_name: [c_char; 8]< Name of the process.
process_id: u32_< ID of the process.
other_flags: u32_< Always 0
Trait Implementations§
Source§impl Clone for AttachProcessEvent
impl Clone for AttachProcessEvent
Source§fn clone(&self) -> AttachProcessEvent
fn clone(&self) -> AttachProcessEvent
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttachProcessEvent
impl Debug for AttachProcessEvent
Source§impl Default for AttachProcessEvent
impl Default for AttachProcessEvent
Source§fn default() -> AttachProcessEvent
fn default() -> AttachProcessEvent
Returns the “default value” for a type. Read more
impl Copy for AttachProcessEvent
Auto Trait Implementations§
impl Freeze for AttachProcessEvent
impl RefUnwindSafe for AttachProcessEvent
impl Send for AttachProcessEvent
impl Sync for AttachProcessEvent
impl Unpin for AttachProcessEvent
impl UnwindSafe for AttachProcessEvent
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)