#[repr(C)]pub struct ibv_fd_arr {
pub arr: *mut c_int,
pub count: u32,
}Fields§
§arr: *mut c_int§count: u32Trait Implementations§
Source§impl Clone for ibv_fd_arr
impl Clone for ibv_fd_arr
Source§fn clone(&self) -> ibv_fd_arr
fn clone(&self) -> ibv_fd_arr
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 ibv_fd_arr
impl Debug for ibv_fd_arr
Source§impl Default for ibv_fd_arr
impl Default for ibv_fd_arr
impl Copy for ibv_fd_arr
Auto Trait Implementations§
impl Freeze for ibv_fd_arr
impl RefUnwindSafe for ibv_fd_arr
impl !Send for ibv_fd_arr
impl !Sync for ibv_fd_arr
impl Unpin for ibv_fd_arr
impl UnwindSafe for ibv_fd_arr
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