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