Union libc::__c_anonymous_ptrace_syscall_info_data
pub union __c_anonymous_ptrace_syscall_info_data {
pub entry: __c_anonymous_ptrace_syscall_info_entry,
pub exit: __c_anonymous_ptrace_syscall_info_exit,
pub seccomp: __c_anonymous_ptrace_syscall_info_seccomp,
}The portability is definied by:
#[cfg(all(libc_union, not(any())))]Fields
pub entry: __c_anonymous_ptrace_syscall_info_entrypub exit: __c_anonymous_ptrace_syscall_info_exitpub seccomp: __c_anonymous_ptrace_syscall_info_seccompTrait Implementations
impl Clone for __c_anonymous_ptrace_syscall_info_data
fn clone(&Self) -> __c_anonymous_ptrace_syscall_info_dataimpl Debug for __c_anonymous_ptrace_syscall_info_data
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Resultimpl Eq for __c_anonymous_ptrace_syscall_info_dataimpl Hash for __c_anonymous_ptrace_syscall_info_data
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)impl PartialEq<__c_anonymous_ptrace_syscall_info_data> for __c_anonymous_ptrace_syscall_info_data
fn eq(&Self, other: &__c_anonymous_ptrace_syscall_info_data) -> boolAuto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T