pub struct SetTidAddressRawArgs {
pub tidptr: *mut c_int,
}Fields§
§tidptr: *mut c_intTrait Implementations§
Source§impl Clone for SetTidAddressRawArgs
impl Clone for SetTidAddressRawArgs
Source§fn clone(&self) -> SetTidAddressRawArgs
fn clone(&self) -> SetTidAddressRawArgs
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 SetTidAddressRawArgs
impl Debug for SetTidAddressRawArgs
Source§impl PartialEq for SetTidAddressRawArgs
impl PartialEq for SetTidAddressRawArgs
Source§impl SyscallGroupsGetter for SetTidAddressRawArgs
impl SyscallGroupsGetter for SetTidAddressRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SetTidAddressRawArgs
impl SyscallNumber for SetTidAddressRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for SetTidAddressRawArgs
impl SyscallStopInspect for SetTidAddressRawArgs
type Args = SetTidAddressArgs
type Result = SetTidAddressModifiedArgs
fn inspect_sysenter(self, inspectee_pid: Pid) -> Self::Args
fn inspect_sysexit( self, inspectee_pid: Pid, regs: &user_regs_struct, ) -> Self::Result
impl Copy for SetTidAddressRawArgs
impl StructuralPartialEq for SetTidAddressRawArgs
Auto Trait Implementations§
impl Freeze for SetTidAddressRawArgs
impl RefUnwindSafe for SetTidAddressRawArgs
impl !Send for SetTidAddressRawArgs
impl !Sync for SetTidAddressRawArgs
impl Unpin for SetTidAddressRawArgs
impl UnwindSafe for SetTidAddressRawArgs
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