pub struct SetpgidRawArgs {
pub pid: pid_t,
pub pgid: pid_t,
}Fields§
§pid: pid_t§pgid: pid_tTrait Implementations§
Source§impl Clone for SetpgidRawArgs
impl Clone for SetpgidRawArgs
Source§fn clone(&self) -> SetpgidRawArgs
fn clone(&self) -> SetpgidRawArgs
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 SetpgidRawArgs
impl Debug for SetpgidRawArgs
Source§impl PartialEq for SetpgidRawArgs
impl PartialEq for SetpgidRawArgs
Source§impl SyscallGroupsGetter for SetpgidRawArgs
impl SyscallGroupsGetter for SetpgidRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SetpgidRawArgs
impl SyscallNumber for SetpgidRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for SetpgidRawArgs
impl SyscallStopInspect for SetpgidRawArgs
type Args = SetpgidArgs
type Result = SetpgidModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
impl Copy for SetpgidRawArgs
impl StructuralPartialEq for SetpgidRawArgs
Auto Trait Implementations§
impl Freeze for SetpgidRawArgs
impl RefUnwindSafe for SetpgidRawArgs
impl Send for SetpgidRawArgs
impl Sync for SetpgidRawArgs
impl Unpin for SetpgidRawArgs
impl UnwindSafe for SetpgidRawArgs
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