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