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