Struct rustpython_vm::stdlib::errno::errors::ptrace_peeksiginfo_args
source · #[repr(C)]pub struct ptrace_peeksiginfo_args {
pub off: u64,
pub flags: u32,
pub nr: i32,
}
Fields§
§off: u64
§flags: u32
§nr: i32
Trait Implementations§
source§impl Clone for ptrace_peeksiginfo_args
impl Clone for ptrace_peeksiginfo_args
source§fn clone(&self) -> ptrace_peeksiginfo_args
fn clone(&self) -> ptrace_peeksiginfo_args
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ptrace_peeksiginfo_args
impl Debug for ptrace_peeksiginfo_args
source§impl Hash for ptrace_peeksiginfo_args
impl Hash for ptrace_peeksiginfo_args
source§impl PartialEq<ptrace_peeksiginfo_args> for ptrace_peeksiginfo_args
impl PartialEq<ptrace_peeksiginfo_args> for ptrace_peeksiginfo_args
source§fn eq(&self, other: &ptrace_peeksiginfo_args) -> bool
fn eq(&self, other: &ptrace_peeksiginfo_args) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ptrace_peeksiginfo_args
impl Eq for ptrace_peeksiginfo_args
impl StructuralEq for ptrace_peeksiginfo_args
impl StructuralPartialEq for ptrace_peeksiginfo_args
Auto Trait Implementations§
impl RefUnwindSafe for ptrace_peeksiginfo_args
impl Send for ptrace_peeksiginfo_args
impl Sync for ptrace_peeksiginfo_args
impl Unpin for ptrace_peeksiginfo_args
impl UnwindSafe for ptrace_peeksiginfo_args
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.