pub struct DirectUDPSocketCreatedEventParams {
pub identifier: RequestId,
pub options: DirectUdpSocketOptions,
pub timestamp: MonotonicTime,
pub initiator: Option<Initiator>,
}Fields§
§identifier: RequestId§options: DirectUdpSocketOptions§timestamp: MonotonicTime§initiator: Option<Initiator>Trait Implementations§
Source§impl Clone for DirectUDPSocketCreatedEventParams
impl Clone for DirectUDPSocketCreatedEventParams
Source§fn clone(&self) -> DirectUDPSocketCreatedEventParams
fn clone(&self) -> DirectUDPSocketCreatedEventParams
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 DirectUDPSocketCreatedEventParams
impl<'de> Deserialize<'de> for DirectUDPSocketCreatedEventParams
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 DirectUDPSocketCreatedEventParams
impl PartialEq for DirectUDPSocketCreatedEventParams
Source§fn eq(&self, other: &DirectUDPSocketCreatedEventParams) -> bool
fn eq(&self, other: &DirectUDPSocketCreatedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectUDPSocketCreatedEventParams
Auto Trait Implementations§
impl Freeze for DirectUDPSocketCreatedEventParams
impl RefUnwindSafe for DirectUDPSocketCreatedEventParams
impl Send for DirectUDPSocketCreatedEventParams
impl Sync for DirectUDPSocketCreatedEventParams
impl Unpin for DirectUDPSocketCreatedEventParams
impl UnwindSafe for DirectUDPSocketCreatedEventParams
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