pub struct UdpDatagramsSent {
pub count: Option<u16>,
pub raw: Option<Vec<RawInfo>>,
pub ecn: Option<Ecn>,
pub datagram_ids: Option<Vec<u32>>,
}Fields§
§count: Option<u16>§raw: Option<Vec<RawInfo>>§ecn: Option<Ecn>§datagram_ids: Option<Vec<u32>>Trait Implementations§
Source§impl Clone for UdpDatagramsSent
impl Clone for UdpDatagramsSent
Source§fn clone(&self) -> UdpDatagramsSent
fn clone(&self) -> UdpDatagramsSent
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 moreSource§impl Debug for UdpDatagramsSent
impl Debug for UdpDatagramsSent
Source§impl Default for UdpDatagramsSent
impl Default for UdpDatagramsSent
Source§fn default() -> UdpDatagramsSent
fn default() -> UdpDatagramsSent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UdpDatagramsSent
impl<'de> Deserialize<'de> for UdpDatagramsSent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UdpDatagramsSent
impl PartialEq for UdpDatagramsSent
Source§impl Serialize for UdpDatagramsSent
impl Serialize for UdpDatagramsSent
impl Eq for UdpDatagramsSent
impl StructuralPartialEq for UdpDatagramsSent
Auto Trait Implementations§
impl Freeze for UdpDatagramsSent
impl RefUnwindSafe for UdpDatagramsSent
impl Send for UdpDatagramsSent
impl Sync for UdpDatagramsSent
impl Unpin for UdpDatagramsSent
impl UnsafeUnpin for UdpDatagramsSent
impl UnwindSafe for UdpDatagramsSent
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.