pub struct GetRobustListRawArgs {
pub pid: pid_t,
pub head_ptr: *mut *mut robust_list_head,
pub len_ptr: *mut size_t,
}Fields§
§pid: pid_t§head_ptr: *mut *mut robust_list_head§len_ptr: *mut size_tTrait Implementations§
Source§impl Clone for GetRobustListRawArgs
impl Clone for GetRobustListRawArgs
Source§fn clone(&self) -> GetRobustListRawArgs
fn clone(&self) -> GetRobustListRawArgs
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 GetRobustListRawArgs
impl Debug for GetRobustListRawArgs
Source§impl PartialEq for GetRobustListRawArgs
impl PartialEq for GetRobustListRawArgs
Source§impl SyscallGroupsGetter for GetRobustListRawArgs
impl SyscallGroupsGetter for GetRobustListRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for GetRobustListRawArgs
impl SyscallNumber for GetRobustListRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for GetRobustListRawArgs
impl SyscallStopInspect for GetRobustListRawArgs
type Args = GetRobustListArgs
type Result = GetRobustListModifiedArgs
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 GetRobustListRawArgs
impl StructuralPartialEq for GetRobustListRawArgs
Auto Trait Implementations§
impl Freeze for GetRobustListRawArgs
impl RefUnwindSafe for GetRobustListRawArgs
impl !Send for GetRobustListRawArgs
impl !Sync for GetRobustListRawArgs
impl Unpin for GetRobustListRawArgs
impl UnwindSafe for GetRobustListRawArgs
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