#[repr(C)]pub struct ptrace_event {
pub pe_set_event: c_int,
}Fields§
§pe_set_event: c_intTrait Implementations§
Source§impl Clone for ptrace_event
impl Clone for ptrace_event
Source§fn clone(&self) -> ptrace_event
fn clone(&self) -> ptrace_event
Returns a duplicate of the value. Read more
1.0.0§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_event
impl Debug for ptrace_event
Source§impl Hash for ptrace_event
impl Hash for ptrace_event
Source§impl PartialEq for ptrace_event
impl PartialEq for ptrace_event
impl Copy for ptrace_event
impl Eq for ptrace_event
impl StructuralPartialEq for ptrace_event
Auto Trait Implementations§
impl Freeze for ptrace_event
impl RefUnwindSafe for ptrace_event
impl Send for ptrace_event
impl Sync for ptrace_event
impl Unpin for ptrace_event
impl UnwindSafe for ptrace_event
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)