Struct ibverbs_sys::ibv_flow_spec
source · #[repr(C)]pub struct ibv_flow_spec {
pub __bindgen_anon_1: ibv_flow_spec__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: ibv_flow_spec__bindgen_ty_1Trait Implementations§
source§impl Clone for ibv_flow_spec
impl Clone for ibv_flow_spec
source§fn clone(&self) -> ibv_flow_spec
fn clone(&self) -> ibv_flow_spec
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 Default for ibv_flow_spec
impl Default for ibv_flow_spec
impl Copy for ibv_flow_spec
Auto Trait Implementations§
impl RefUnwindSafe for ibv_flow_spec
impl !Send for ibv_flow_spec
impl !Sync for ibv_flow_spec
impl Unpin for ibv_flow_spec
impl UnwindSafe for ibv_flow_spec
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