Enum airmash_protocol::CommandReplyType [−][src]
pub enum CommandReplyType {
ShowInConsole,
ShowInPopup,
}TODO: Reverse engineer
Variants
ShowInConsoleShowInPopupTechnically this should be any value other than 0, the from integer implementation for this enum deals with that.
Trait Implementations
impl Copy for CommandReplyType[src]
impl Copy for CommandReplyTypeimpl Clone for CommandReplyType[src]
impl Clone for CommandReplyTypefn clone(&self) -> CommandReplyType[src]
fn clone(&self) -> CommandReplyTypeReturns 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 CommandReplyType[src]
impl Debug for CommandReplyTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for CommandReplyType[src]
impl Hash for CommandReplyTypefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Eq for CommandReplyType[src]
impl Eq for CommandReplyTypeimpl PartialEq for CommandReplyType[src]
impl PartialEq for CommandReplyTypefn eq(&self, other: &CommandReplyType) -> bool[src]
fn eq(&self, other: &CommandReplyType) -> 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 Component for CommandReplyType[src]
impl Component for CommandReplyTypetype Storage = DenseVecStorage<Self>
Associated storage type for this component.
impl From<u8> for CommandReplyType[src]
impl From<u8> for CommandReplyTypeimpl From<CommandReplyType> for u8[src]
impl From<CommandReplyType> for u8fn from(v: CommandReplyType) -> u8[src]
fn from(v: CommandReplyType) -> u8Performs the conversion.
impl From<u16> for CommandReplyType[src]
impl From<u16> for CommandReplyTypeimpl From<CommandReplyType> for u16[src]
impl From<CommandReplyType> for u16fn from(v: CommandReplyType) -> u16[src]
fn from(v: CommandReplyType) -> u16Performs the conversion.
impl From<u32> for CommandReplyType[src]
impl From<u32> for CommandReplyTypeimpl From<CommandReplyType> for u32[src]
impl From<CommandReplyType> for u32fn from(v: CommandReplyType) -> u32[src]
fn from(v: CommandReplyType) -> u32Performs the conversion.
Auto Trait Implementations
impl Send for CommandReplyType
impl Send for CommandReplyTypeimpl Sync for CommandReplyType
impl Sync for CommandReplyType