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