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