#[repr(C)]pub struct efadv_wq_attr {
pub comp_mask: u64,
pub buffer: *mut u8,
pub entry_size: u32,
pub num_entries: u32,
pub doorbell: *mut u32,
pub max_batch: u32,
pub reserved: [u8; 4],
}Fields§
§comp_mask: u64§buffer: *mut u8§entry_size: u32§num_entries: u32§doorbell: *mut u32§max_batch: u32§reserved: [u8; 4]Trait Implementations§
Source§impl Clone for efadv_wq_attr
impl Clone for efadv_wq_attr
Source§fn clone(&self) -> efadv_wq_attr
fn clone(&self) -> efadv_wq_attr
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 efadv_wq_attr
impl Debug for efadv_wq_attr
Source§impl Default for efadv_wq_attr
impl Default for efadv_wq_attr
impl Copy for efadv_wq_attr
Auto Trait Implementations§
impl Freeze for efadv_wq_attr
impl RefUnwindSafe for efadv_wq_attr
impl !Send for efadv_wq_attr
impl !Sync for efadv_wq_attr
impl Unpin for efadv_wq_attr
impl UnwindSafe for efadv_wq_attr
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