#[repr(C)]pub struct ib_uverbs_flow_action_esp {
pub spi: __u32,
pub seq: __u32,
pub tfc_pad: __u32,
pub flags: __u32,
pub hard_limit_pkts: __u64,
}
Fields§
§spi: __u32
§seq: __u32
§tfc_pad: __u32
§flags: __u32
§hard_limit_pkts: __u64
Trait Implementations§
Source§impl Clone for ib_uverbs_flow_action_esp
impl Clone for ib_uverbs_flow_action_esp
Source§fn clone(&self) -> ib_uverbs_flow_action_esp
fn clone(&self) -> ib_uverbs_flow_action_esp
Returns a duplicate 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 ib_uverbs_flow_action_esp
impl Debug for ib_uverbs_flow_action_esp
Source§impl Default for ib_uverbs_flow_action_esp
impl Default for ib_uverbs_flow_action_esp
Source§fn default() -> ib_uverbs_flow_action_esp
fn default() -> ib_uverbs_flow_action_esp
Returns the “default value” for a type. Read more
impl Copy for ib_uverbs_flow_action_esp
Auto Trait Implementations§
impl Freeze for ib_uverbs_flow_action_esp
impl RefUnwindSafe for ib_uverbs_flow_action_esp
impl Send for ib_uverbs_flow_action_esp
impl Sync for ib_uverbs_flow_action_esp
impl Unpin for ib_uverbs_flow_action_esp
impl UnwindSafe for ib_uverbs_flow_action_esp
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