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 · 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
impl From<GetThreadAreaArgs> for SyscallArgs
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§impl SyscallGroupsGetter for GetThreadAreaArgs
impl SyscallGroupsGetter for GetThreadAreaArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for GetThreadAreaArgs
impl SyscallNumber for GetThreadAreaArgs
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 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