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