#[repr(C, packed(1))]pub struct SteamNetworkingIPAddr_IPv4MappedAddress {
pub m_8zeros: uint64,
pub m_0000: uint16,
pub m_ffff: uint16,
pub m_ip: [uint8; 4],
}
Expand description
RFC4038, section 4.2
Fields§
§m_8zeros: uint64
§m_0000: uint16
§m_ffff: uint16
§m_ip: [uint8; 4]
Trait Implementations§
Source§impl Clone for SteamNetworkingIPAddr_IPv4MappedAddress
impl Clone for SteamNetworkingIPAddr_IPv4MappedAddress
Source§fn clone(&self) -> SteamNetworkingIPAddr_IPv4MappedAddress
fn clone(&self) -> SteamNetworkingIPAddr_IPv4MappedAddress
Returns a copy 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 Default for SteamNetworkingIPAddr_IPv4MappedAddress
impl Default for SteamNetworkingIPAddr_IPv4MappedAddress
Source§fn default() -> SteamNetworkingIPAddr_IPv4MappedAddress
fn default() -> SteamNetworkingIPAddr_IPv4MappedAddress
Returns the “default value” for a type. Read more
Source§impl Ord for SteamNetworkingIPAddr_IPv4MappedAddress
impl Ord for SteamNetworkingIPAddr_IPv4MappedAddress
Source§fn cmp(&self, other: &SteamNetworkingIPAddr_IPv4MappedAddress) -> Ordering
fn cmp(&self, other: &SteamNetworkingIPAddr_IPv4MappedAddress) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SteamNetworkingIPAddr_IPv4MappedAddress
impl PartialEq for SteamNetworkingIPAddr_IPv4MappedAddress
Source§fn eq(&self, other: &SteamNetworkingIPAddr_IPv4MappedAddress) -> bool
fn eq(&self, other: &SteamNetworkingIPAddr_IPv4MappedAddress) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for SteamNetworkingIPAddr_IPv4MappedAddress
impl PartialOrd for SteamNetworkingIPAddr_IPv4MappedAddress
impl Copy for SteamNetworkingIPAddr_IPv4MappedAddress
impl Eq for SteamNetworkingIPAddr_IPv4MappedAddress
impl StructuralPartialEq for SteamNetworkingIPAddr_IPv4MappedAddress
Auto Trait Implementations§
impl Freeze for SteamNetworkingIPAddr_IPv4MappedAddress
impl RefUnwindSafe for SteamNetworkingIPAddr_IPv4MappedAddress
impl Send for SteamNetworkingIPAddr_IPv4MappedAddress
impl Sync for SteamNetworkingIPAddr_IPv4MappedAddress
impl Unpin for SteamNetworkingIPAddr_IPv4MappedAddress
impl UnwindSafe for SteamNetworkingIPAddr_IPv4MappedAddress
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