Enum gdnative_network::StreamPeerTCPStatus [−][src]
#[repr(u32)]pub enum StreamPeerTCPStatus { None, Connecting, Connected, Error, }
Variants
NoneConnectingConnectedError
Trait Implementations
impl Copy for StreamPeerTCPStatus[src]
impl Copy for StreamPeerTCPStatusimpl Clone for StreamPeerTCPStatus[src]
impl Clone for StreamPeerTCPStatusfn clone(&self) -> StreamPeerTCPStatus[src]
fn clone(&self) -> StreamPeerTCPStatusReturns 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 StreamPeerTCPStatus[src]
impl Debug for StreamPeerTCPStatusfn 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 StreamPeerTCPStatus[src]
impl PartialEq for StreamPeerTCPStatusfn eq(&self, other: &StreamPeerTCPStatus) -> bool[src]
fn eq(&self, other: &StreamPeerTCPStatus) -> 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 StreamPeerTCPStatus[src]
impl Eq for StreamPeerTCPStatusimpl Hash for StreamPeerTCPStatus[src]
impl Hash for StreamPeerTCPStatusAuto Trait Implementations
impl Send for StreamPeerTCPStatus
impl Send for StreamPeerTCPStatusimpl Sync for StreamPeerTCPStatus
impl Sync for StreamPeerTCPStatus