pub struct DirectUdpSocketClosedParams {
pub identifier: RequestId,
pub timestamp: MonotonicTime,
}Expand description
Fired when direct_socket.UDPSocket is closed. directUDPSocketClosed
Fields§
§identifier: RequestId§timestamp: MonotonicTimeTrait Implementations§
Source§impl Clone for DirectUdpSocketClosedParams
impl Clone for DirectUdpSocketClosedParams
Source§fn clone(&self) -> DirectUdpSocketClosedParams
fn clone(&self) -> DirectUdpSocketClosedParams
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 DirectUdpSocketClosedParams
impl Debug for DirectUdpSocketClosedParams
Source§impl<'de> Deserialize<'de> for DirectUdpSocketClosedParams
impl<'de> Deserialize<'de> for DirectUdpSocketClosedParams
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
impl StructuralPartialEq for DirectUdpSocketClosedParams
Auto Trait Implementations§
impl Freeze for DirectUdpSocketClosedParams
impl RefUnwindSafe for DirectUdpSocketClosedParams
impl Send for DirectUdpSocketClosedParams
impl Sync for DirectUdpSocketClosedParams
impl Unpin for DirectUdpSocketClosedParams
impl UnsafeUnpin for DirectUdpSocketClosedParams
impl UnwindSafe for DirectUdpSocketClosedParams
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