pub struct DirectUdpSocketChunkSentParams {
pub identifier: RequestId,
pub message: DirectUdpMessage,
pub timestamp: MonotonicTime,
}Expand description
Fired when message is sent to udp direct socket stream. directUDPSocketChunkSent
Fields§
§identifier: RequestId§message: DirectUdpMessage§timestamp: MonotonicTimeTrait Implementations§
Source§impl Clone for DirectUdpSocketChunkSentParams
impl Clone for DirectUdpSocketChunkSentParams
Source§fn clone(&self) -> DirectUdpSocketChunkSentParams
fn clone(&self) -> DirectUdpSocketChunkSentParams
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<'de> Deserialize<'de> for DirectUdpSocketChunkSentParams
impl<'de> Deserialize<'de> for DirectUdpSocketChunkSentParams
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 DirectUdpSocketChunkSentParams
impl PartialEq for DirectUdpSocketChunkSentParams
Source§fn eq(&self, other: &DirectUdpSocketChunkSentParams) -> bool
fn eq(&self, other: &DirectUdpSocketChunkSentParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectUdpSocketChunkSentParams
Auto Trait Implementations§
impl Freeze for DirectUdpSocketChunkSentParams
impl RefUnwindSafe for DirectUdpSocketChunkSentParams
impl Send for DirectUdpSocketChunkSentParams
impl Sync for DirectUdpSocketChunkSentParams
impl Unpin for DirectUdpSocketChunkSentParams
impl UnsafeUnpin for DirectUdpSocketChunkSentParams
impl UnwindSafe for DirectUdpSocketChunkSentParams
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