#[repr(C)]
pub struct NDK_ADAPTER_INFO {
Show 22 fields pub Version: NDK_VERSION, pub VendorId: u32, pub DeviceId: u32, pub MaxRegistrationSize: usize, pub MaxWindowSize: usize, pub FRMRPageCount: u32, pub MaxInitiatorRequestSge: u32, pub MaxReceiveRequestSge: u32, pub MaxReadRequestSge: u32, pub MaxTransferLength: u32, pub MaxInlineDataSize: u32, pub MaxInboundReadLimit: u32, pub MaxOutboundReadLimit: u32, pub MaxReceiveQueueDepth: u32, pub MaxInitiatorQueueDepth: u32, pub MaxSrqDepth: u32, pub MaxCqDepth: u32, pub LargeRequestThreshold: u32, pub MaxCallerData: u32, pub MaxCalleeData: u32, pub AdapterFlags: u32, pub RdmaTechnology: NDK_RDMA_TECHNOLOGY,
}
Expand description

Required features: "Win32_NetworkManagement_Ndis"

Fields

Version: NDK_VERSIONVendorId: u32DeviceId: u32MaxRegistrationSize: usizeMaxWindowSize: usizeFRMRPageCount: u32MaxInitiatorRequestSge: u32MaxReceiveRequestSge: u32MaxReadRequestSge: u32MaxTransferLength: u32MaxInlineDataSize: u32MaxInboundReadLimit: u32MaxOutboundReadLimit: u32MaxReceiveQueueDepth: u32MaxInitiatorQueueDepth: u32MaxSrqDepth: u32MaxCqDepth: u32LargeRequestThreshold: u32MaxCallerData: u32MaxCalleeData: u32AdapterFlags: u32RdmaTechnology: NDK_RDMA_TECHNOLOGY

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.