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