pub struct DirectUDPSocketOpenedEvent {
pub params: DirectUDPSocketOpenedEventParams,
}Fields§
§params: DirectUDPSocketOpenedEventParamsTrait Implementations§
Source§impl Clone for DirectUDPSocketOpenedEvent
impl Clone for DirectUDPSocketOpenedEvent
Source§fn clone(&self) -> DirectUDPSocketOpenedEvent
fn clone(&self) -> DirectUDPSocketOpenedEvent
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 DirectUDPSocketOpenedEvent
impl Debug for DirectUDPSocketOpenedEvent
Source§impl<'de> Deserialize<'de> for DirectUDPSocketOpenedEvent
impl<'de> Deserialize<'de> for DirectUDPSocketOpenedEvent
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 DirectUDPSocketOpenedEvent
Auto Trait Implementations§
impl Freeze for DirectUDPSocketOpenedEvent
impl RefUnwindSafe for DirectUDPSocketOpenedEvent
impl Send for DirectUDPSocketOpenedEvent
impl Sync for DirectUDPSocketOpenedEvent
impl Unpin for DirectUDPSocketOpenedEvent
impl UnwindSafe for DirectUDPSocketOpenedEvent
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