Struct srt_protocol::protocol::receiver::Receiver
source · pub struct Receiver {
pub arq: AutomaticRepeatRequestAlgorithm,
pub decryption: Decryption,
}Fields§
§arq: AutomaticRepeatRequestAlgorithm§decryption: DecryptionImplementations§
source§impl Receiver
impl Receiver
pub fn new(settings: ConnectionSettings) -> Self
pub fn is_flushed(&self) -> bool
pub fn rx_acknowledged_time(&self) -> Duration
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Receiver
impl Send for Receiver
impl Sync for Receiver
impl Unpin for Receiver
impl UnwindSafe for Receiver
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