pub struct PpollArgs {
pub fds: InspectResult<Vec<pollfd>>,
pub tmo_p: InspectResult<Option<timespec>>,
pub sigmask: InspectResult<Option<sigset_t>>,
}Fields§
§fds: InspectResult<Vec<pollfd>>§tmo_p: InspectResult<Option<timespec>>§sigmask: InspectResult<Option<sigset_t>>Trait Implementations§
Source§impl From<PpollArgs> for SyscallArgs
impl From<PpollArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for PpollArgs
impl SyscallGroupsGetter for PpollArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for PpollArgs
impl SyscallNumber for PpollArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for PpollArgs
Auto Trait Implementations§
impl Freeze for PpollArgs
impl RefUnwindSafe for PpollArgs
impl Send for PpollArgs
impl Sync for PpollArgs
impl Unpin for PpollArgs
impl UnwindSafe for PpollArgs
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