pub struct Pipe2ModifiedArgs {
pub syscall_result: c_int,
pub pipefd: Result<[RawFd; 2], InspectError<Vec<RawFd>>>,
}Fields§
§syscall_result: c_int§pipefd: Result<[RawFd; 2], InspectError<Vec<RawFd>>>Trait Implementations§
Source§impl Clone for Pipe2ModifiedArgs
impl Clone for Pipe2ModifiedArgs
Source§fn clone(&self) -> Pipe2ModifiedArgs
fn clone(&self) -> Pipe2ModifiedArgs
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 Pipe2ModifiedArgs
impl Debug for Pipe2ModifiedArgs
Source§impl From<Pipe2ModifiedArgs> for SyscallModifiedArgs
impl From<Pipe2ModifiedArgs> for SyscallModifiedArgs
Source§fn from(args: Pipe2ModifiedArgs) -> Self
fn from(args: Pipe2ModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Pipe2ModifiedArgs
impl PartialEq for Pipe2ModifiedArgs
Source§impl SyscallGroupsGetter for Pipe2ModifiedArgs
impl SyscallGroupsGetter for Pipe2ModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for Pipe2ModifiedArgs
impl SyscallNumber for Pipe2ModifiedArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for Pipe2ModifiedArgs
Auto Trait Implementations§
impl Freeze for Pipe2ModifiedArgs
impl RefUnwindSafe for Pipe2ModifiedArgs
impl Send for Pipe2ModifiedArgs
impl Sync for Pipe2ModifiedArgs
impl Unpin for Pipe2ModifiedArgs
impl UnwindSafe for Pipe2ModifiedArgs
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