#[repr(C)]pub struct cqe_poll_params_t {
pub cqe_buf: *mut u8,
pub cqe_size: u32,
pub consumer_index: u32,
pub cqe_cnt: u32,
pub dbrec: *mut u32,
}
Fields§
§cqe_buf: *mut u8
§cqe_size: u32
§consumer_index: u32
§cqe_cnt: u32
§dbrec: *mut u32
Trait Implementations§
Source§impl Clone for cqe_poll_params_t
impl Clone for cqe_poll_params_t
Source§fn clone(&self) -> cqe_poll_params_t
fn clone(&self) -> cqe_poll_params_t
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 cqe_poll_params_t
impl Debug for cqe_poll_params_t
Source§impl Default for cqe_poll_params_t
impl Default for cqe_poll_params_t
impl Copy for cqe_poll_params_t
Auto Trait Implementations§
impl Freeze for cqe_poll_params_t
impl RefUnwindSafe for cqe_poll_params_t
impl !Send for cqe_poll_params_t
impl !Sync for cqe_poll_params_t
impl Unpin for cqe_poll_params_t
impl UnwindSafe for cqe_poll_params_t
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