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 (const: unstable) · 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§fn eq(&self, other: &SetThreadAreaRawArgs) -> bool
fn eq(&self, other: &SetThreadAreaRawArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for SetThreadAreaRawArgs
Available on x86-64 only.
impl SyscallGroupsGetter for SetThreadAreaRawArgs
Available on x86-64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for SetThreadAreaRawArgs
Available on x86-64 only.
impl SyscallNumber for SetThreadAreaRawArgs
Available on x86-64 only.
fn syscall_number(&self) -> isize
Source§impl SyscallStopInspect for SetThreadAreaRawArgs
Available on x86-64 only.
impl SyscallStopInspect for SetThreadAreaRawArgs
Available on x86-64 only.
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 UnsafeUnpin 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