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 AArch64 or RISC-V RV64 or x86-64 only.
impl From<SetpgidModifiedArgs> for SyscallModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 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
impl StructuralPartialEq for SetpgidModifiedArgs
Source§impl SyscallGroupsGetter for SetpgidModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallGroupsGetter for SetpgidModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SetpgidModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
impl SyscallNumber for SetpgidModifiedArgs
Available on AArch64 or RISC-V RV64 or x86-64 only.
fn syscall_number(&self) -> isize
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