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