#[repr(C)]pub struct ibv_ops_wr {
pub wr_id: u64,
pub next: *mut ibv_ops_wr,
pub opcode: ibv_ops_wr_opcode,
pub flags: c_int,
pub tm: ibv_ops_wr__bindgen_ty_1,
}
Fields§
§wr_id: u64
§next: *mut ibv_ops_wr
§opcode: ibv_ops_wr_opcode
§flags: c_int
§tm: ibv_ops_wr__bindgen_ty_1
Trait Implementations§
Source§impl Clone for ibv_ops_wr
impl Clone for ibv_ops_wr
Source§fn clone(&self) -> ibv_ops_wr
fn clone(&self) -> ibv_ops_wr
Returns a copy 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 ibv_ops_wr
impl Debug for ibv_ops_wr
Source§impl Default for ibv_ops_wr
impl Default for ibv_ops_wr
impl Copy for ibv_ops_wr
Auto Trait Implementations§
impl Freeze for ibv_ops_wr
impl RefUnwindSafe for ibv_ops_wr
impl !Send for ibv_ops_wr
impl !Sync for ibv_ops_wr
impl Unpin for ibv_ops_wr
impl UnwindSafe for ibv_ops_wr
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