#[repr(C)]pub struct mlx5dv_flow_match_parameters {
pub match_sz: usize,
pub match_buf: __IncompleteArrayField<u64>,
}
Fields§
§match_sz: usize
§match_buf: __IncompleteArrayField<u64>
Trait Implementations§
Source§impl Debug for mlx5dv_flow_match_parameters
impl Debug for mlx5dv_flow_match_parameters
Source§impl Default for mlx5dv_flow_match_parameters
impl Default for mlx5dv_flow_match_parameters
Source§fn default() -> mlx5dv_flow_match_parameters
fn default() -> mlx5dv_flow_match_parameters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for mlx5dv_flow_match_parameters
impl RefUnwindSafe for mlx5dv_flow_match_parameters
impl Send for mlx5dv_flow_match_parameters
impl Sync for mlx5dv_flow_match_parameters
impl Unpin for mlx5dv_flow_match_parameters
impl UnwindSafe for mlx5dv_flow_match_parameters
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