#[repr(C)]pub struct mlx5dv_cq {
pub buf: *mut c_void,
pub dbrec: *mut __be32,
pub cqe_cnt: u32,
pub cqe_size: u32,
pub cq_uar: *mut c_void,
pub cqn: u32,
pub comp_mask: u64,
}
Fields§
§buf: *mut c_void
§dbrec: *mut __be32
§cqe_cnt: u32
§cqe_size: u32
§cq_uar: *mut c_void
§cqn: u32
§comp_mask: u64
Trait Implementations§
impl Copy for mlx5dv_cq
Auto Trait Implementations§
impl Freeze for mlx5dv_cq
impl RefUnwindSafe for mlx5dv_cq
impl !Send for mlx5dv_cq
impl !Sync for mlx5dv_cq
impl Unpin for mlx5dv_cq
impl UnwindSafe for mlx5dv_cq
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