pub enum TwccPacketStatus {
NotReceived,
Received {
delta: i16,
},
}Expand description
Status of a single packet in a TWCC feedback packet
Variants§
NotReceived
Packet was not received.
Received
Packet was received, with the given reception time delta in microseconds.
Trait Implementations§
Source§impl Clone for TwccPacketStatus
impl Clone for TwccPacketStatus
Source§fn clone(&self) -> TwccPacketStatus
fn clone(&self) -> TwccPacketStatus
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TwccPacketStatus
impl Debug for TwccPacketStatus
Source§impl PartialEq for TwccPacketStatus
impl PartialEq for TwccPacketStatus
impl Copy for TwccPacketStatus
impl Eq for TwccPacketStatus
impl StructuralPartialEq for TwccPacketStatus
Auto Trait Implementations§
impl Freeze for TwccPacketStatus
impl RefUnwindSafe for TwccPacketStatus
impl Send for TwccPacketStatus
impl Sync for TwccPacketStatus
impl Unpin for TwccPacketStatus
impl UnwindSafe for TwccPacketStatus
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)