Struct __c_anonymous_ptrace_syscall_info_exit
#[repr(C)]
pub struct __c_anonymous_ptrace_syscall_info_exit { pub sval: __s64, pub is_error: __u8 }
Fields
sval: __s64is_error: __u8
Trait Implementations
impl Clone for __c_anonymous_ptrace_syscall_info_exit
fn clone(&self) -> __c_anonymous_ptrace_syscall_info_exit
impl Copy for __c_anonymous_ptrace_syscall_info_exit
impl Debug for __c_anonymous_ptrace_syscall_info_exit
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for __c_anonymous_ptrace_syscall_info_exit
impl Hash for __c_anonymous_ptrace_syscall_info_exit
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for __c_anonymous_ptrace_syscall_info_exit
fn eq(&self, other: &__c_anonymous_ptrace_syscall_info_exit) -> bool
impl StructuralPartialEq for __c_anonymous_ptrace_syscall_info_exit
Auto Trait Implementations
impl Freeze for __c_anonymous_ptrace_syscall_info_exit
impl RefUnwindSafe for __c_anonymous_ptrace_syscall_info_exit
impl Send for __c_anonymous_ptrace_syscall_info_exit
impl Sync for __c_anonymous_ptrace_syscall_info_exit
impl Unpin for __c_anonymous_ptrace_syscall_info_exit
impl UnsafeUnpin for __c_anonymous_ptrace_syscall_info_exit
impl UnwindSafe for __c_anonymous_ptrace_syscall_info_exit
Blanket Implementations
impl<T> Any for __c_anonymous_ptrace_syscall_info_exit
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for __c_anonymous_ptrace_syscall_info_exit
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for __c_anonymous_ptrace_syscall_info_exit
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for __c_anonymous_ptrace_syscall_info_exit
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for __c_anonymous_ptrace_syscall_info_exit
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for __c_anonymous_ptrace_syscall_info_exit
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for __c_anonymous_ptrace_syscall_info_exit
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for __c_anonymous_ptrace_syscall_info_exit
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>