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