#[repr(C)]pub struct mlx5dv_sig_t10dif {
pub bg_type: mlx5dv_sig_t10dif_bg_type,
pub bg: u16,
pub app_tag: u16,
pub ref_tag: u32,
pub flags: u16,
}
Fields§
§bg_type: mlx5dv_sig_t10dif_bg_type
§bg: u16
§app_tag: u16
§ref_tag: u32
§flags: u16
Trait Implementations§
Source§impl Clone for mlx5dv_sig_t10dif
impl Clone for mlx5dv_sig_t10dif
Source§fn clone(&self) -> mlx5dv_sig_t10dif
fn clone(&self) -> mlx5dv_sig_t10dif
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_sig_t10dif
impl Debug for mlx5dv_sig_t10dif
Source§impl Default for mlx5dv_sig_t10dif
impl Default for mlx5dv_sig_t10dif
impl Copy for mlx5dv_sig_t10dif
Auto Trait Implementations§
impl Freeze for mlx5dv_sig_t10dif
impl RefUnwindSafe for mlx5dv_sig_t10dif
impl Send for mlx5dv_sig_t10dif
impl Sync for mlx5dv_sig_t10dif
impl Unpin for mlx5dv_sig_t10dif
impl UnwindSafe for mlx5dv_sig_t10dif
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