Struct ibverbs_sys::ibv_flow_action [−][src]
#[repr(C)]pub struct ibv_flow_action {
pub context: *mut ibv_context,
}Fields
context: *mut ibv_contextTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ibv_flow_action
impl !Send for ibv_flow_action
impl !Sync for ibv_flow_action
impl Unpin for ibv_flow_action
impl UnwindSafe for ibv_flow_action
Blanket Implementations
Mutably borrows from an owned value. Read more