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