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 duplicate 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 moreAuto Trait Implementations§
impl Freeze for ReliableSettings
impl RefUnwindSafe for ReliableSettings
impl Send for ReliableSettings
impl Sync for ReliableSettings
impl Unpin for ReliableSettings
impl UnwindSafe for ReliableSettings
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