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