pub struct CloneModifiedArgs {
pub syscall_result: c_long,
pub parent_tid: InspectResult<pid_t>,
pub child_tid: InspectResult<pid_t>,
}Fields§
§syscall_result: c_long§parent_tid: InspectResult<pid_t>§child_tid: InspectResult<pid_t>Trait Implementations§
Source§impl Clone for CloneModifiedArgs
impl Clone for CloneModifiedArgs
Source§fn clone(&self) -> CloneModifiedArgs
fn clone(&self) -> CloneModifiedArgs
Returns a duplicate 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 CloneModifiedArgs
impl Debug for CloneModifiedArgs
Source§impl From<CloneModifiedArgs> for SyscallModifiedArgs
impl From<CloneModifiedArgs> for SyscallModifiedArgs
Source§fn from(args: CloneModifiedArgs) -> Self
fn from(args: CloneModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CloneModifiedArgs
impl PartialEq for CloneModifiedArgs
Source§impl SyscallGroupsGetter for CloneModifiedArgs
impl SyscallGroupsGetter for CloneModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for CloneModifiedArgs
impl SyscallNumber for CloneModifiedArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for CloneModifiedArgs
Auto Trait Implementations§
impl Freeze for CloneModifiedArgs
impl RefUnwindSafe for CloneModifiedArgs
impl Send for CloneModifiedArgs
impl Sync for CloneModifiedArgs
impl Unpin for CloneModifiedArgs
impl UnwindSafe for CloneModifiedArgs
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