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