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