#[repr(C)]pub struct ib_uverbs_flow_action_esp_encap {
pub __bindgen_anon_1: ib_uverbs_flow_action_esp_encap__bindgen_ty_1,
pub __bindgen_anon_2: ib_uverbs_flow_action_esp_encap__bindgen_ty_2,
pub len: __u16,
pub type_: __u16,
}
Fields§
§__bindgen_anon_1: ib_uverbs_flow_action_esp_encap__bindgen_ty_1
§__bindgen_anon_2: ib_uverbs_flow_action_esp_encap__bindgen_ty_2
§len: __u16
§type_: __u16
Trait Implementations§
Source§impl Clone for ib_uverbs_flow_action_esp_encap
impl Clone for ib_uverbs_flow_action_esp_encap
Source§fn clone(&self) -> ib_uverbs_flow_action_esp_encap
fn clone(&self) -> ib_uverbs_flow_action_esp_encap
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 moreimpl Copy for ib_uverbs_flow_action_esp_encap
Auto Trait Implementations§
impl Freeze for ib_uverbs_flow_action_esp_encap
impl RefUnwindSafe for ib_uverbs_flow_action_esp_encap
impl !Send for ib_uverbs_flow_action_esp_encap
impl !Sync for ib_uverbs_flow_action_esp_encap
impl Unpin for ib_uverbs_flow_action_esp_encap
impl UnwindSafe for ib_uverbs_flow_action_esp_encap
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