#[repr(C)]pub struct ibv_flow_action_esp_attr {
pub esp_attr: *mut ib_uverbs_flow_action_esp,
pub keymat_proto: ib_uverbs_flow_action_esp_keymat,
pub keymat_len: u16,
pub keymat_ptr: *mut c_void,
pub replay_proto: ib_uverbs_flow_action_esp_replay,
pub replay_len: u16,
pub replay_ptr: *mut c_void,
pub esp_encap: *mut ib_uverbs_flow_action_esp_encap,
pub comp_mask: u32,
pub esn: u32,
}
Fields§
§esp_attr: *mut ib_uverbs_flow_action_esp
§keymat_proto: ib_uverbs_flow_action_esp_keymat
§keymat_len: u16
§keymat_ptr: *mut c_void
§replay_proto: ib_uverbs_flow_action_esp_replay
§replay_len: u16
§replay_ptr: *mut c_void
§esp_encap: *mut ib_uverbs_flow_action_esp_encap
§comp_mask: u32
§esn: u32
Trait Implementations§
Source§impl Clone for ibv_flow_action_esp_attr
impl Clone for ibv_flow_action_esp_attr
Source§fn clone(&self) -> ibv_flow_action_esp_attr
fn clone(&self) -> ibv_flow_action_esp_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_action_esp_attr
impl Debug for ibv_flow_action_esp_attr
Source§impl Default for ibv_flow_action_esp_attr
impl Default for ibv_flow_action_esp_attr
impl Copy for ibv_flow_action_esp_attr
Auto Trait Implementations§
impl Freeze for ibv_flow_action_esp_attr
impl RefUnwindSafe for ibv_flow_action_esp_attr
impl !Send for ibv_flow_action_esp_attr
impl !Sync for ibv_flow_action_esp_attr
impl Unpin for ibv_flow_action_esp_attr
impl UnwindSafe for ibv_flow_action_esp_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