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