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