pub struct TkillArgs {
pub tid: pid_t,
pub sig: c_int,
}Fields§
§tid: pid_t§sig: c_intTrait Implementations§
Source§impl From<TkillArgs> for SyscallArgs
impl From<TkillArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for TkillArgs
impl SyscallGroupsGetter for TkillArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for TkillArgs
impl SyscallNumber for TkillArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for TkillArgs
Auto Trait Implementations§
impl Freeze for TkillArgs
impl RefUnwindSafe for TkillArgs
impl Send for TkillArgs
impl Sync for TkillArgs
impl Unpin for TkillArgs
impl UnwindSafe for TkillArgs
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