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