#[repr(C)]pub struct nbft_info_hfi {
pub index: c_int,
pub transport: [c_char; 8],
pub tcp_info: nbft_info_hfi_info_tcp,
}Expand description
struct nbft_info_hfi - Host Fabric Interface (HFI) Descriptor @index: HFI Descriptor Index: indicates the number of this HFI Descriptor in the Host Fabric Interface Descriptor List. @transport: Transport Type string (e.g. ‘tcp’). @tcp_info: The HFI Transport Info Descriptor, see &struct nbft_info_hfi_info_tcp.
Fields§
§index: c_int§transport: [c_char; 8]§tcp_info: nbft_info_hfi_info_tcpTrait Implementations§
Source§impl Clone for nbft_info_hfi
impl Clone for nbft_info_hfi
Source§fn clone(&self) -> nbft_info_hfi
fn clone(&self) -> nbft_info_hfi
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 nbft_info_hfi
impl Debug for nbft_info_hfi
Source§impl Default for nbft_info_hfi
impl Default for nbft_info_hfi
impl Copy for nbft_info_hfi
Auto Trait Implementations§
impl Freeze for nbft_info_hfi
impl RefUnwindSafe for nbft_info_hfi
impl !Send for nbft_info_hfi
impl !Sync for nbft_info_hfi
impl Unpin for nbft_info_hfi
impl UnsafeUnpin for nbft_info_hfi
impl UnwindSafe for nbft_info_hfi
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