#[repr(C)]pub struct ibv_flow_spec_counter_action {
pub type_: ibv_flow_spec_type,
pub size: u16,
pub counters: *mut ibv_counters,
}
Fields§
§type_: ibv_flow_spec_type
§size: u16
§counters: *mut ibv_counters
Trait Implementations§
Source§impl Clone for ibv_flow_spec_counter_action
impl Clone for ibv_flow_spec_counter_action
Source§fn clone(&self) -> ibv_flow_spec_counter_action
fn clone(&self) -> ibv_flow_spec_counter_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_spec_counter_action
impl Debug for ibv_flow_spec_counter_action
impl Copy for ibv_flow_spec_counter_action
Auto Trait Implementations§
impl Freeze for ibv_flow_spec_counter_action
impl RefUnwindSafe for ibv_flow_spec_counter_action
impl !Send for ibv_flow_spec_counter_action
impl !Sync for ibv_flow_spec_counter_action
impl Unpin for ibv_flow_spec_counter_action
impl UnwindSafe for ibv_flow_spec_counter_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