Struct picoquic_sys::picoquic::st_picoquic_congestion_algorithm_t [] [src]

#[repr(C)]
pub struct st_picoquic_congestion_algorithm_t { pub congestion_algorithm_id: u32, pub alg_init: picoquic_congestion_algorithm_init, pub alg_notify: picoquic_congestion_algorithm_notify, pub alg_delete: picoquic_congestion_algorithm_delete, }

Fields

Trait Implementations

impl Debug for st_picoquic_congestion_algorithm_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for st_picoquic_congestion_algorithm_t
[src]

impl Clone for st_picoquic_congestion_algorithm_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more