#[repr(C)]pub struct MonitorEvent {
pub pid: u32,
pub event_type: u32,
pub data: [u8; 512],
}Fields§
§pid: u32§event_type: u32§data: [u8; 512]Implementations§
Source§impl MonitorEvent
impl MonitorEvent
Trait Implementations§
Source§impl Clone for MonitorEvent
impl Clone for MonitorEvent
Source§fn clone(&self) -> MonitorEvent
fn clone(&self) -> MonitorEvent
Returns a duplicate 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 MonitorEvent
impl Debug for MonitorEvent
Source§impl Default for MonitorEvent
impl Default for MonitorEvent
Source§impl PartialEq for MonitorEvent
impl PartialEq for MonitorEvent
impl Copy for MonitorEvent
impl Eq for MonitorEvent
impl StructuralPartialEq for MonitorEvent
Auto Trait Implementations§
impl Freeze for MonitorEvent
impl RefUnwindSafe for MonitorEvent
impl Send for MonitorEvent
impl Sync for MonitorEvent
impl Unpin for MonitorEvent
impl UnwindSafe for MonitorEvent
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