Struct epoll_params

struct epoll_params { ... }

Fields

busy_poll_usecs: __u32
busy_poll_budget: __u16
prefer_busy_poll: __u8
__pad: __u8

Implementations

impl Clone for epoll_params

fn clone(self: &Self) -> epoll_params

impl Copy for epoll_params

impl Debug for epoll_params

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for epoll_params

impl RefUnwindSafe for epoll_params

impl Send for epoll_params

impl Sync for epoll_params

impl Unpin for epoll_params

impl UnsafeUnpin for epoll_params

impl UnwindSafe for epoll_params

impl<T> Any for epoll_params

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for epoll_params

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for epoll_params

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for epoll_params

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for epoll_params

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for epoll_params

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for epoll_params

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for epoll_params

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>