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