pub struct Wait4ModifiedArgs {
pub syscall_result: pid_t,
pub wstatus: InspectResult<c_int>,
pub rusage: InspectResult<Option<rusage>>,
}Fields§
§syscall_result: pid_t§wstatus: InspectResult<c_int>§rusage: InspectResult<Option<rusage>>Trait Implementations§
Source§impl Clone for Wait4ModifiedArgs
impl Clone for Wait4ModifiedArgs
Source§fn clone(&self) -> Wait4ModifiedArgs
fn clone(&self) -> Wait4ModifiedArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Wait4ModifiedArgs
impl Debug for Wait4ModifiedArgs
Source§impl From<Wait4ModifiedArgs> for SyscallModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl From<Wait4ModifiedArgs> for SyscallModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
Source§fn from(args: Wait4ModifiedArgs) -> Self
fn from(args: Wait4ModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Wait4ModifiedArgs
impl PartialEq for Wait4ModifiedArgs
Source§fn eq(&self, other: &Wait4ModifiedArgs) -> bool
fn eq(&self, other: &Wait4ModifiedArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for Wait4ModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallGroupsGetter for Wait4ModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for Wait4ModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallNumber for Wait4ModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_number(&self) -> isize
impl StructuralPartialEq for Wait4ModifiedArgs
Auto Trait Implementations§
impl Freeze for Wait4ModifiedArgs
impl RefUnwindSafe for Wait4ModifiedArgs
impl Send for Wait4ModifiedArgs
impl Sync for Wait4ModifiedArgs
impl Unpin for Wait4ModifiedArgs
impl UnsafeUnpin for Wait4ModifiedArgs
impl UnwindSafe for Wait4ModifiedArgs
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