#[repr(C)]pub struct ptrace_lwpstatus {
pub pl_lwpid: lwpid_t,
pub pl_sigpend: sigset_t,
pub pl_sigmask: sigset_t,
pub pl_name: [c_char; 20],
pub pl_private: *mut c_void,
}
Fields§
§pl_lwpid: lwpid_t
§pl_sigpend: sigset_t
§pl_sigmask: sigset_t
§pl_name: [c_char; 20]
§pl_private: *mut c_void
Trait Implementations§
Source§impl Clone for ptrace_lwpstatus
impl Clone for ptrace_lwpstatus
Source§fn clone(&self) -> ptrace_lwpstatus
fn clone(&self) -> ptrace_lwpstatus
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_lwpstatus
impl Debug for ptrace_lwpstatus
Source§impl Hash for ptrace_lwpstatus
impl Hash for ptrace_lwpstatus
Source§impl PartialEq for ptrace_lwpstatus
impl PartialEq for ptrace_lwpstatus
impl Copy for ptrace_lwpstatus
impl Eq for ptrace_lwpstatus
impl StructuralPartialEq for ptrace_lwpstatus
Auto Trait Implementations§
impl Freeze for ptrace_lwpstatus
impl RefUnwindSafe for ptrace_lwpstatus
impl !Send for ptrace_lwpstatus
impl !Sync for ptrace_lwpstatus
impl Unpin for ptrace_lwpstatus
impl UnwindSafe for ptrace_lwpstatus
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
)