Struct ptrace_rseq_configuration
#[repr(C)]
pub struct ptrace_rseq_configuration { pub rseq_abi_pointer: __u64, pub rseq_abi_size: __u32, pub signature: __u32, pub flags: __u32, pub pad: __u32 }
Fields
rseq_abi_pointer: __u64rseq_abi_size: __u32signature: __u32flags: __u32pad: __u32
Trait Implementations
impl Clone for ptrace_rseq_configuration
fn clone(&self) -> ptrace_rseq_configuration
impl Copy for ptrace_rseq_configuration
impl Debug for ptrace_rseq_configuration
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for ptrace_rseq_configuration
impl Hash for ptrace_rseq_configuration
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for ptrace_rseq_configuration
fn eq(&self, other: &ptrace_rseq_configuration) -> bool
impl StructuralPartialEq for ptrace_rseq_configuration
Auto Trait Implementations
impl Freeze for ptrace_rseq_configuration
impl RefUnwindSafe for ptrace_rseq_configuration
impl Send for ptrace_rseq_configuration
impl Sync for ptrace_rseq_configuration
impl Unpin for ptrace_rseq_configuration
impl UnsafeUnpin for ptrace_rseq_configuration
impl UnwindSafe for ptrace_rseq_configuration
Blanket Implementations
impl<T> Any for ptrace_rseq_configuration
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for ptrace_rseq_configuration
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for ptrace_rseq_configuration
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for ptrace_rseq_configuration
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for ptrace_rseq_configuration
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for ptrace_rseq_configuration
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for ptrace_rseq_configuration
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for ptrace_rseq_configuration
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>