Enum gdnative_network::IPType [−][src]
#[repr(u32)]pub enum IPType { None, Ipv4, Ipv6, Any, }
Variants
NoneIpv4Ipv6Any
Trait Implementations
impl Copy for IPType[src]
impl Copy for IPTypeimpl Clone for IPType[src]
impl Clone for IPTypefn clone(&self) -> IPType[src]
fn clone(&self) -> IPTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for IPType[src]
impl Debug for IPTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for IPType[src]
impl PartialEq for IPTypefn eq(&self, other: &IPType) -> bool[src]
fn eq(&self, other: &IPType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for IPType[src]
impl Eq for IPTypeimpl Hash for IPType[src]
impl Hash for IPType