#[repr(C)]pub struct SyscallEnterEvent {
pub header: EventHeader,
pub fd: i64,
pub count: u64,
}Expand description
Syscall enter event (for read/write)
Fields§
§header: EventHeader§fd: i64§count: u64Trait Implementations§
Source§impl Clone for SyscallEnterEvent
impl Clone for SyscallEnterEvent
Source§fn clone(&self) -> SyscallEnterEvent
fn clone(&self) -> SyscallEnterEvent
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 SyscallEnterEvent
impl Debug for SyscallEnterEvent
impl Copy for SyscallEnterEvent
Auto Trait Implementations§
impl Freeze for SyscallEnterEvent
impl RefUnwindSafe for SyscallEnterEvent
impl Send for SyscallEnterEvent
impl Sync for SyscallEnterEvent
impl Unpin for SyscallEnterEvent
impl UnwindSafe for SyscallEnterEvent
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