#[repr(C)]pub struct mlx5_wqe_umr_ctrl_seg {
pub flags: u8,
pub rsvd0: [u8; 3],
pub klm_octowords: __be16,
pub __bindgen_anon_1: mlx5_wqe_umr_ctrl_seg__bindgen_ty_1,
pub mkey_mask: __be64,
pub rsvd1: [u8; 32],
}
Fields§
§flags: u8
§rsvd0: [u8; 3]
§klm_octowords: __be16
§__bindgen_anon_1: mlx5_wqe_umr_ctrl_seg__bindgen_ty_1
§mkey_mask: __be64
§rsvd1: [u8; 32]
Trait Implementations§
Source§impl Clone for mlx5_wqe_umr_ctrl_seg
impl Clone for mlx5_wqe_umr_ctrl_seg
Source§fn clone(&self) -> mlx5_wqe_umr_ctrl_seg
fn clone(&self) -> mlx5_wqe_umr_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 Default for mlx5_wqe_umr_ctrl_seg
impl Default for mlx5_wqe_umr_ctrl_seg
impl Copy for mlx5_wqe_umr_ctrl_seg
Auto Trait Implementations§
impl Freeze for mlx5_wqe_umr_ctrl_seg
impl RefUnwindSafe for mlx5_wqe_umr_ctrl_seg
impl Send for mlx5_wqe_umr_ctrl_seg
impl Sync for mlx5_wqe_umr_ctrl_seg
impl Unpin for mlx5_wqe_umr_ctrl_seg
impl UnwindSafe for mlx5_wqe_umr_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