#[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_1
Trait 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 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 ibv_flow_spec
impl Default for ibv_flow_spec
impl Copy for ibv_flow_spec
Auto Trait Implementations§
impl Freeze for ibv_flow_spec
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