Enum tf_demo_parser::demo::sendprop::SendPropValue [−][src]
pub enum SendPropValue { Vector(Vector), VectorXY(VectorXY), Integer(i64), Float(f32), String(String), Array(Vec<SendPropValue>), }
Variants
Vector(Vector)
VectorXY(VectorXY)
Integer(i64)
Float(f32)
String(String)
Array(Vec<SendPropValue>)
Implementations
pub fn encode(
&self,
stream: &mut BitWriteStream<'_, LittleEndian>,
definition: &SendPropParseDefinition
) -> Result<()>
Trait Implementations
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
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SendPropValue
impl Send for SendPropValue
impl Sync for SendPropValue
impl Unpin for SendPropValue
impl UnwindSafe for SendPropValue
Blanket Implementations
Mutably borrows from an owned value. Read more