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_entry
pub exit: __c_anonymous_ptrace_syscall_info_exit
pub seccomp: __c_anonymous_ptrace_syscall_info_seccomp
Trait Implementations
impl Clone for __c_anonymous_ptrace_syscall_info_data
fn clone(&Self) -> __c_anonymous_ptrace_syscall_info_data
impl Debug for __c_anonymous_ptrace_syscall_info_data
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result
impl Eq for __c_anonymous_ptrace_syscall_info_data
impl 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) -> bool
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T