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