Struct libc::__c_anonymous_ptrace_syscall_info_entry
#[repr(C)]
pub struct __c_anonymous_ptrace_syscall_info_entry {
pub nr: ::__u64,
pub args: [::__u64; 6],
}
Fields
pub nr: ::__u64
pub args: [::__u64; 6]
Trait Implementations
impl Clone for __c_anonymous_ptrace_syscall_info_entry
fn clone(&Self) -> __c_anonymous_ptrace_syscall_info_entry
impl Debug for __c_anonymous_ptrace_syscall_info_entry
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for __c_anonymous_ptrace_syscall_info_entry
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<__c_anonymous_ptrace_syscall_info_entry> for __c_anonymous_ptrace_syscall_info_entry
fn eq(&Self, other: &__c_anonymous_ptrace_syscall_info_entry) -> bool
fn ne(&Self, other: &__c_anonymous_ptrace_syscall_info_entry) -> 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