#[repr(C)]pub struct ibv_flow_action {
pub context: *mut ibv_context,
}
Fields§
§context: *mut ibv_context
Trait Implementations§
Source§impl Clone for ibv_flow_action
impl Clone for ibv_flow_action
Source§fn clone(&self) -> ibv_flow_action
fn clone(&self) -> ibv_flow_action
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_flow_action
impl Debug for ibv_flow_action
Source§impl Default for ibv_flow_action
impl Default for ibv_flow_action
impl Copy for ibv_flow_action
Auto Trait Implementations§
impl Freeze for ibv_flow_action
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§
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