pub struct FixedRto { /* private fields */ }Expand description
Fixed retransmission timeout that ignores orbital dynamics.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedRto
impl RefUnwindSafe for FixedRto
impl Send for FixedRto
impl Sync for FixedRto
impl Unpin for FixedRto
impl UnsafeUnpin for FixedRto
impl UnwindSafe for FixedRto
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