#[repr(C)]pub struct mlx5_wqe_srq_next_seg {
pub rsvd0: [u8; 2],
pub next_wqe_index: __be16,
pub signature: u8,
pub rsvd1: [u8; 11],
}
Fields§
§rsvd0: [u8; 2]
§next_wqe_index: __be16
§signature: u8
§rsvd1: [u8; 11]
Trait Implementations§
Source§impl Clone for mlx5_wqe_srq_next_seg
impl Clone for mlx5_wqe_srq_next_seg
Source§fn clone(&self) -> mlx5_wqe_srq_next_seg
fn clone(&self) -> mlx5_wqe_srq_next_seg
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 mlx5_wqe_srq_next_seg
impl Debug for mlx5_wqe_srq_next_seg
Source§impl Default for mlx5_wqe_srq_next_seg
impl Default for mlx5_wqe_srq_next_seg
Source§fn default() -> mlx5_wqe_srq_next_seg
fn default() -> mlx5_wqe_srq_next_seg
Returns the “default value” for a type. Read more
impl Copy for mlx5_wqe_srq_next_seg
Auto Trait Implementations§
impl Freeze for mlx5_wqe_srq_next_seg
impl RefUnwindSafe for mlx5_wqe_srq_next_seg
impl Send for mlx5_wqe_srq_next_seg
impl Sync for mlx5_wqe_srq_next_seg
impl Unpin for mlx5_wqe_srq_next_seg
impl UnwindSafe for mlx5_wqe_srq_next_seg
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