Struct ibverbs_sys::ibv_packet_pacing_caps [−][src]
#[repr(C)]pub struct ibv_packet_pacing_caps {
pub qp_rate_limit_min: u32,
pub qp_rate_limit_max: u32,
pub supported_qpts: u32,
}Fields
qp_rate_limit_min: u32qp_rate_limit_max: u32supported_qpts: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ibv_packet_pacing_caps
impl Send for ibv_packet_pacing_caps
impl Sync for ibv_packet_pacing_caps
impl Unpin for ibv_packet_pacing_caps
impl UnwindSafe for ibv_packet_pacing_caps
Blanket Implementations
Mutably borrows from an owned value. Read more