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