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