pub struct GetThreadAreaModifiedArgs {
pub syscall_result: c_int,
pub u_info: InspectResult<user_desc>,
}Fields§
§syscall_result: c_int§u_info: InspectResult<user_desc>Trait Implementations§
Source§impl Clone for GetThreadAreaModifiedArgs
impl Clone for GetThreadAreaModifiedArgs
Source§fn clone(&self) -> GetThreadAreaModifiedArgs
fn clone(&self) -> GetThreadAreaModifiedArgs
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 GetThreadAreaModifiedArgs
impl Debug for GetThreadAreaModifiedArgs
Source§impl From<GetThreadAreaModifiedArgs> for SyscallModifiedArgs
impl From<GetThreadAreaModifiedArgs> for SyscallModifiedArgs
Source§fn from(args: GetThreadAreaModifiedArgs) -> Self
fn from(args: GetThreadAreaModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl SyscallGroupsGetter for GetThreadAreaModifiedArgs
impl SyscallGroupsGetter for GetThreadAreaModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for GetThreadAreaModifiedArgs
impl SyscallNumber for GetThreadAreaModifiedArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for GetThreadAreaModifiedArgs
Auto Trait Implementations§
impl Freeze for GetThreadAreaModifiedArgs
impl RefUnwindSafe for GetThreadAreaModifiedArgs
impl Send for GetThreadAreaModifiedArgs
impl Sync for GetThreadAreaModifiedArgs
impl Unpin for GetThreadAreaModifiedArgs
impl UnwindSafe for GetThreadAreaModifiedArgs
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