Struct naia_shared::ReliableSettings
source · pub struct ReliableSettings {
pub rtt_resend_factor: f32,
}Fields§
§rtt_resend_factor: f32Implementations§
Trait Implementations§
source§impl Clone for ReliableSettings
impl Clone for ReliableSettings
source§fn clone(&self) -> ReliableSettings
fn clone(&self) -> ReliableSettings
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 more