pub enum PT_DYN_ptrace_dynamic_param {
PPM_PTRACE_IDX_UINT64(PT_UINT64),
PPM_PTRACE_IDX_SIGTYPE(PT_SIGTYPE),
}
Variants§
PPM_PTRACE_IDX_UINT64(PT_UINT64)
PPM_PTRACE_IDX_SIGTYPE(PT_SIGTYPE)
Trait Implementations§
source§impl Clone for PT_DYN_ptrace_dynamic_param
impl Clone for PT_DYN_ptrace_dynamic_param
source§fn clone(&self) -> PT_DYN_ptrace_dynamic_param
fn clone(&self) -> PT_DYN_ptrace_dynamic_param
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 PT_DYN_ptrace_dynamic_param
impl Debug for PT_DYN_ptrace_dynamic_param
source§impl<'de> Deserialize<'de> for PT_DYN_ptrace_dynamic_param
impl<'de> Deserialize<'de> for PT_DYN_ptrace_dynamic_param
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<F> Format<F> for PT_DYN_ptrace_dynamic_param
impl<F> Format<F> for PT_DYN_ptrace_dynamic_param
source§impl<'a> FromBytes<'a> for PT_DYN_ptrace_dynamic_param
impl<'a> FromBytes<'a> for PT_DYN_ptrace_dynamic_param
source§fn from_bytes(buf: &mut &'a [u8]) -> FromBytesResult<Self>
fn from_bytes(buf: &mut &'a [u8]) -> FromBytesResult<Self>
Read the binary representation of a field and return the parsed representation Read more
source§fn from_maybe_bytes(buf: Option<&mut &'a [u8]>) -> FromBytesResult<Self>
fn from_maybe_bytes(buf: Option<&mut &'a [u8]>) -> FromBytesResult<Self>
Read the binary representation of a field from a buffer that may or may not exist Read more
Auto Trait Implementations§
impl Freeze for PT_DYN_ptrace_dynamic_param
impl RefUnwindSafe for PT_DYN_ptrace_dynamic_param
impl Send for PT_DYN_ptrace_dynamic_param
impl Sync for PT_DYN_ptrace_dynamic_param
impl Unpin for PT_DYN_ptrace_dynamic_param
impl UnwindSafe for PT_DYN_ptrace_dynamic_param
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)