#[repr(C)]
pub struct __c_anonymous_ptrace_syscall_info_entry { pub nr: __u64, pub args: [__u64; 6], }

Fields

nr: __u64args: [__u64; 6]

Trait Implementations

source

impl Clone for __c_anonymous_ptrace_syscall_info_entry

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
source

impl Debug for __c_anonymous_ptrace_syscall_info_entry

Formats the value using the given formatter. Read more
source

impl Hash for __c_anonymous_ptrace_syscall_info_entry

Feeds this value into the given [Hasher]. Read more
Feeds a slice of this type into the given [Hasher]. Read more
source

impl PartialEq<__c_anonymous_ptrace_syscall_info_entry> for __c_anonymous_ptrace_syscall_info_entry

This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
source

impl Copy for __c_anonymous_ptrace_syscall_info_entry

source

impl Eq for __c_anonymous_ptrace_syscall_info_entry

source

impl StructuralEq for __c_anonymous_ptrace_syscall_info_entry

source

impl StructuralPartialEq for __c_anonymous_ptrace_syscall_info_entry

Auto Trait Implementations

Blanket Implementations

impl<T> Any for Twhere
    T: 'static + ?Sized,

Gets the TypeId of self. Read more

impl<T> Borrow<T> for Twhere
    T: ?Sized,

Immutably borrows from an owned value. Read more

impl<T> BorrowMut<T> for Twhere
    T: ?Sized,

Mutably borrows from an owned value. Read more

impl<T> From<T> for T

Returns the argument unchanged.

impl<T, U> Into<U> for Twhere
    U: From<T>,

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom<U> for Twhere
    U: Into<T>,

The type returned in the event of a conversion error.
Performs the conversion.

impl<T, U> TryInto<U> for Twhere
    U: TryFrom<T>,

The type returned in the event of a conversion error.
Performs the conversion.