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