#[repr(C)]pub struct ibv_flow_attr {
pub comp_mask: u32,
pub type_: ibv_flow_attr_type,
pub size: u16,
pub priority: u16,
pub num_of_specs: u8,
pub port: u8,
pub flags: u32,
}
Fields§
§comp_mask: u32
§type_: ibv_flow_attr_type
§size: u16
§priority: u16
§num_of_specs: u8
§port: u8
§flags: u32
Trait Implementations§
Source§impl Clone for ibv_flow_attr
impl Clone for ibv_flow_attr
Source§fn clone(&self) -> ibv_flow_attr
fn clone(&self) -> ibv_flow_attr
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_attr
impl Debug for ibv_flow_attr
Source§impl Default for ibv_flow_attr
impl Default for ibv_flow_attr
impl Copy for ibv_flow_attr
Auto Trait Implementations§
impl Freeze for ibv_flow_attr
impl RefUnwindSafe for ibv_flow_attr
impl Send for ibv_flow_attr
impl Sync for ibv_flow_attr
impl Unpin for ibv_flow_attr
impl UnwindSafe for ibv_flow_attr
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