Struct ibverbs_sys::ibv_flow_action_esp_attr[][src]

#[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_espkeymat_proto: ib_uverbs_flow_action_esp_keymatkeymat_len: u16keymat_ptr: *mut c_voidreplay_proto: ib_uverbs_flow_action_esp_replayreplay_len: u16replay_ptr: *mut c_voidesp_encap: *mut ib_uverbs_flow_action_esp_encapcomp_mask: u32esn: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.