#[repr(C)]pub struct mlx5dv_flow_action_esp {
pub comp_mask: u64,
pub action_flags: u32,
}
Fields§
§comp_mask: u64
§action_flags: u32
Trait Implementations§
Source§impl Clone for mlx5dv_flow_action_esp
impl Clone for mlx5dv_flow_action_esp
Source§fn clone(&self) -> mlx5dv_flow_action_esp
fn clone(&self) -> mlx5dv_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 mlx5dv_flow_action_esp
impl Debug for mlx5dv_flow_action_esp
Source§impl Default for mlx5dv_flow_action_esp
impl Default for mlx5dv_flow_action_esp
Source§fn default() -> mlx5dv_flow_action_esp
fn default() -> mlx5dv_flow_action_esp
Returns the “default value” for a type. Read more
impl Copy for mlx5dv_flow_action_esp
Auto Trait Implementations§
impl Freeze for mlx5dv_flow_action_esp
impl RefUnwindSafe for mlx5dv_flow_action_esp
impl Send for mlx5dv_flow_action_esp
impl Sync for mlx5dv_flow_action_esp
impl Unpin for mlx5dv_flow_action_esp
impl UnwindSafe for mlx5dv_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