pub struct GoogCcConfig {
pub feedback_only: bool,
}
Expand description
Google Congestion Control specific configuration.
NOTE: NetworkStateEstimator and NetworkStatePredictor have not been ported. These are optional traits and do not seem to be implemented, except perhaps by Google internally.
Fields§
§feedback_only: bool
Trait Implementations§
Source§impl Clone for GoogCcConfig
impl Clone for GoogCcConfig
Source§fn clone(&self) -> GoogCcConfig
fn clone(&self) -> GoogCcConfig
Returns a copy 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 GoogCcConfig
impl Debug for GoogCcConfig
Source§impl Default for GoogCcConfig
impl Default for GoogCcConfig
Source§fn default() -> GoogCcConfig
fn default() -> GoogCcConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GoogCcConfig
impl RefUnwindSafe for GoogCcConfig
impl Send for GoogCcConfig
impl Sync for GoogCcConfig
impl Unpin for GoogCcConfig
impl UnwindSafe for GoogCcConfig
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