#[repr(C, packed(1))]pub struct mlx5_wqe_ctrl_seg {
pub opmod_idx_opcode: u32,
pub qpn_ds: u32,
pub signature: u8,
pub dci_stream_channel_id: u16,
pub fm_ce_se: u8,
pub imm: u32,
}
Fields§
§opmod_idx_opcode: u32
§qpn_ds: u32
§signature: u8
§dci_stream_channel_id: u16
§fm_ce_se: u8
§imm: u32
Trait Implementations§
Source§impl Clone for mlx5_wqe_ctrl_seg
impl Clone for mlx5_wqe_ctrl_seg
Source§fn clone(&self) -> mlx5_wqe_ctrl_seg
fn clone(&self) -> mlx5_wqe_ctrl_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_ctrl_seg
impl Debug for mlx5_wqe_ctrl_seg
Source§impl Default for mlx5_wqe_ctrl_seg
impl Default for mlx5_wqe_ctrl_seg
Source§fn default() -> mlx5_wqe_ctrl_seg
fn default() -> mlx5_wqe_ctrl_seg
Returns the “default value” for a type. Read more
impl Copy for mlx5_wqe_ctrl_seg
Auto Trait Implementations§
impl Freeze for mlx5_wqe_ctrl_seg
impl RefUnwindSafe for mlx5_wqe_ctrl_seg
impl Send for mlx5_wqe_ctrl_seg
impl Sync for mlx5_wqe_ctrl_seg
impl Unpin for mlx5_wqe_ctrl_seg
impl UnwindSafe for mlx5_wqe_ctrl_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