pub struct SetThreadAreaRawArgs {
pub u_info: *mut user_desc,
}Fields§
§u_info: *mut user_descTrait Implementations§
Source§impl Clone for SetThreadAreaRawArgs
impl Clone for SetThreadAreaRawArgs
Source§fn clone(&self) -> SetThreadAreaRawArgs
fn clone(&self) -> SetThreadAreaRawArgs
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 SetThreadAreaRawArgs
impl Debug for SetThreadAreaRawArgs
Source§impl PartialEq for SetThreadAreaRawArgs
impl PartialEq for SetThreadAreaRawArgs
Source§impl SyscallGroupsGetter for SetThreadAreaRawArgs
impl SyscallGroupsGetter for SetThreadAreaRawArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SetThreadAreaRawArgs
impl SyscallNumber for SetThreadAreaRawArgs
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for SetThreadAreaRawArgs
impl SyscallStopInspect for SetThreadAreaRawArgs
type Args = SetThreadAreaArgs
type Result = SetThreadAreaModifiedArgs
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 SetThreadAreaRawArgs
impl StructuralPartialEq for SetThreadAreaRawArgs
Auto Trait Implementations§
impl Freeze for SetThreadAreaRawArgs
impl RefUnwindSafe for SetThreadAreaRawArgs
impl !Send for SetThreadAreaRawArgs
impl !Sync for SetThreadAreaRawArgs
impl Unpin for SetThreadAreaRawArgs
impl UnwindSafe for SetThreadAreaRawArgs
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