Struct rdma_sys::ibv_flow_spec
source · [−]#[repr(C)]pub struct ibv_flow_spec {
pub ibv_flow_spec_union: ibv_flow_spec_union_t,
}Fields
ibv_flow_spec_union: ibv_flow_spec_union_tAuto 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more