pub struct GetThreadAreaArgs {
pub u_info: InspectResult<user_desc>,
}Fields§
§u_info: InspectResult<user_desc>Trait Implementations§
Source§impl Clone for GetThreadAreaArgs
impl Clone for GetThreadAreaArgs
Source§fn clone(&self) -> GetThreadAreaArgs
fn clone(&self) -> GetThreadAreaArgs
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 GetThreadAreaArgs
impl Debug for GetThreadAreaArgs
Source§impl From<GetThreadAreaArgs> for SyscallArgs
Available on x86-64 only.
impl From<GetThreadAreaArgs> for SyscallArgs
Available on x86-64 only.
Source§fn from(args: GetThreadAreaArgs) -> Self
fn from(args: GetThreadAreaArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetThreadAreaArgs
impl PartialEq for GetThreadAreaArgs
Source§fn eq(&self, other: &GetThreadAreaArgs) -> bool
fn eq(&self, other: &GetThreadAreaArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for GetThreadAreaArgs
Available on x86-64 only.
impl SyscallGroupsGetter for GetThreadAreaArgs
Available on x86-64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for GetThreadAreaArgs
Available on x86-64 only.
impl SyscallNumber for GetThreadAreaArgs
Available on x86-64 only.
fn syscall_number(&self) -> isize
impl StructuralPartialEq for GetThreadAreaArgs
Auto Trait Implementations§
impl Freeze for GetThreadAreaArgs
impl RefUnwindSafe for GetThreadAreaArgs
impl Send for GetThreadAreaArgs
impl Sync for GetThreadAreaArgs
impl Unpin for GetThreadAreaArgs
impl UnsafeUnpin for GetThreadAreaArgs
impl UnwindSafe for GetThreadAreaArgs
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