Struct srt_protocol::packet::FullAckSeqNumber
source · pub struct FullAckSeqNumber(/* private fields */);Implementations§
Trait Implementations§
source§impl Add<u32> for FullAckSeqNumber
impl Add<u32> for FullAckSeqNumber
source§impl Clone for FullAckSeqNumber
impl Clone for FullAckSeqNumber
source§fn clone(&self) -> FullAckSeqNumber
fn clone(&self) -> FullAckSeqNumber
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 moresource§impl Debug for FullAckSeqNumber
impl Debug for FullAckSeqNumber
source§impl From<FullAckSeqNumber> for u32
impl From<FullAckSeqNumber> for u32
source§fn from(u: FullAckSeqNumber) -> Self
fn from(u: FullAckSeqNumber) -> Self
Converts to this type from the input type.
source§impl Ord for FullAckSeqNumber
impl Ord for FullAckSeqNumber
source§fn cmp(&self, other: &FullAckSeqNumber) -> Ordering
fn cmp(&self, other: &FullAckSeqNumber) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<FullAckSeqNumber> for FullAckSeqNumber
impl PartialEq<FullAckSeqNumber> for FullAckSeqNumber
source§fn eq(&self, other: &FullAckSeqNumber) -> bool
fn eq(&self, other: &FullAckSeqNumber) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<FullAckSeqNumber> for FullAckSeqNumber
impl PartialOrd<FullAckSeqNumber> for FullAckSeqNumber
source§fn partial_cmp(&self, other: &FullAckSeqNumber) -> Option<Ordering>
fn partial_cmp(&self, other: &FullAckSeqNumber) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Sub<FullAckSeqNumber> for FullAckSeqNumber
impl Sub<FullAckSeqNumber> for FullAckSeqNumber
impl Copy for FullAckSeqNumber
impl Eq for FullAckSeqNumber
impl StructuralEq for FullAckSeqNumber
impl StructuralPartialEq for FullAckSeqNumber
Auto Trait Implementations§
impl RefUnwindSafe for FullAckSeqNumber
impl Send for FullAckSeqNumber
impl Sync for FullAckSeqNumber
impl Unpin for FullAckSeqNumber
impl UnwindSafe for FullAckSeqNumber
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.