pub struct OutUdpPacket { /* private fields */ }Implementations§
Source§impl OutUdpPacket
impl OutUdpPacket
Trait Implementations§
Source§impl Clone for OutUdpPacket
impl Clone for OutUdpPacket
Source§fn clone(&self) -> OutUdpPacket
fn clone(&self) -> OutUdpPacket
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 OutUdpPacket
impl Debug for OutUdpPacket
Source§impl<'de> Deserialize<'de> for OutUdpPacket
impl<'de> Deserialize<'de> for OutUdpPacket
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 Hash for OutUdpPacket
impl Hash for OutUdpPacket
Source§impl PartialEq for OutUdpPacket
impl PartialEq for OutUdpPacket
Source§impl Serialize for OutUdpPacket
impl Serialize for OutUdpPacket
impl Eq for OutUdpPacket
impl StructuralPartialEq for OutUdpPacket
Auto Trait Implementations§
impl Freeze for OutUdpPacket
impl RefUnwindSafe for OutUdpPacket
impl Send for OutUdpPacket
impl Sync for OutUdpPacket
impl Unpin for OutUdpPacket
impl UnwindSafe for OutUdpPacket
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