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