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