#[repr(C)]pub struct mlx5dv_mkey_err {
pub err_type: mlx5dv_mkey_err_type,
pub err: mlx5dv_mkey_err__bindgen_ty_1,
}
Fields§
§err_type: mlx5dv_mkey_err_type
§err: mlx5dv_mkey_err__bindgen_ty_1
Trait Implementations§
Source§impl Clone for mlx5dv_mkey_err
impl Clone for mlx5dv_mkey_err
Source§fn clone(&self) -> mlx5dv_mkey_err
fn clone(&self) -> mlx5dv_mkey_err
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 Default for mlx5dv_mkey_err
impl Default for mlx5dv_mkey_err
impl Copy for mlx5dv_mkey_err
Auto Trait Implementations§
impl Freeze for mlx5dv_mkey_err
impl RefUnwindSafe for mlx5dv_mkey_err
impl Send for mlx5dv_mkey_err
impl Sync for mlx5dv_mkey_err
impl Unpin for mlx5dv_mkey_err
impl UnwindSafe for mlx5dv_mkey_err
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