Enum tf_demo_parser::demo::sendprop::SendPropType
source · pub enum SendPropType {
Int = 0,
Float = 1,
Vector = 2,
VectorXY = 3,
String = 4,
Array = 5,
DataTable = 6,
NumSendPropTypes = 7,
}Variants§
Trait Implementations§
source§impl<'a, _E: Endianness> BitRead<'a, _E> for SendPropType
impl<'a, _E: Endianness> BitRead<'a, _E> for SendPropType
source§impl<_E: Endianness> BitWrite<_E> for SendPropType
impl<_E: Endianness> BitWrite<_E> for SendPropType
source§impl Clone for SendPropType
impl Clone for SendPropType
source§fn clone(&self) -> SendPropType
fn clone(&self) -> SendPropType
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 Debug for SendPropType
impl Debug for SendPropType
source§impl<'de> Deserialize<'de> for SendPropType
impl<'de> Deserialize<'de> for SendPropType
source§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
source§impl Display for SendPropType
impl Display for SendPropType
source§impl PartialEq for SendPropType
impl PartialEq for SendPropType
source§fn eq(&self, other: &SendPropType) -> bool
fn eq(&self, other: &SendPropType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SendPropType
impl Serialize for SendPropType
impl Copy for SendPropType
impl StructuralPartialEq for SendPropType
Auto Trait Implementations§
impl RefUnwindSafe for SendPropType
impl Send for SendPropType
impl Sync for SendPropType
impl Unpin for SendPropType
impl UnwindSafe for SendPropType
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