#[repr(C)]pub struct ptrace_coredump {
pub pc_fd: c_int,
pub pc_flags: u32,
pub pc_limit: off_t,
}Fields§
§pc_fd: c_int§pc_flags: u32§pc_limit: off_tTrait Implementations§
Source§impl Clone for ptrace_coredump
impl Clone for ptrace_coredump
Source§fn clone(&self) -> ptrace_coredump
fn clone(&self) -> ptrace_coredump
Returns a duplicate 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_coredump
impl Debug for ptrace_coredump
impl Copy for ptrace_coredump
Auto Trait Implementations§
impl Freeze for ptrace_coredump
impl RefUnwindSafe for ptrace_coredump
impl Send for ptrace_coredump
impl Sync for ptrace_coredump
impl Unpin for ptrace_coredump
impl UnwindSafe for ptrace_coredump
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