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