#[repr(C)]pub struct mlx5dv_pp {
pub index: u16,
}
Fields§
§index: u16
Trait Implementations§
impl Copy for mlx5dv_pp
Auto Trait Implementations§
impl Freeze for mlx5dv_pp
impl RefUnwindSafe for mlx5dv_pp
impl Send for mlx5dv_pp
impl Sync for mlx5dv_pp
impl Unpin for mlx5dv_pp
impl UnwindSafe for mlx5dv_pp
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