#[repr(C)]pub struct mlx5dv_dr_action_dest_reformat {
pub reformat: *mut mlx5dv_dr_action,
pub dest: *mut mlx5dv_dr_action,
}
Fields§
§reformat: *mut mlx5dv_dr_action
§dest: *mut mlx5dv_dr_action
Trait Implementations§
Source§impl Clone for mlx5dv_dr_action_dest_reformat
impl Clone for mlx5dv_dr_action_dest_reformat
Source§fn clone(&self) -> mlx5dv_dr_action_dest_reformat
fn clone(&self) -> mlx5dv_dr_action_dest_reformat
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 moreimpl Copy for mlx5dv_dr_action_dest_reformat
Auto Trait Implementations§
impl Freeze for mlx5dv_dr_action_dest_reformat
impl RefUnwindSafe for mlx5dv_dr_action_dest_reformat
impl !Send for mlx5dv_dr_action_dest_reformat
impl !Sync for mlx5dv_dr_action_dest_reformat
impl Unpin for mlx5dv_dr_action_dest_reformat
impl UnwindSafe for mlx5dv_dr_action_dest_reformat
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