[−][src]Struct tf_demo_parser::demo::sendprop::SendPropDefinition
Fields
prop_type: SendPropType
name: SendPropName
flags: SendPropFlags
table_name: Option<SendTableName>
owner_table: SendTableName
low_value: Option<f32>
high_value: Option<f32>
bit_count: Option<u32>
element_count: Option<u16>
array_property: Option<Box<SendPropDefinition>>
index: SendPropDefinitionIndex
Implementations
impl SendPropDefinition
[src]
pub fn with_array_property(self, array_property: Self) -> Self
[src]
pub fn get_data_table<'a>(
&self,
tables: &'a [ParseSendTable]
) -> Option<&'a ParseSendTable>
[src]
&self,
tables: &'a [ParseSendTable]
) -> Option<&'a ParseSendTable>
Get the referred data table
Note that this is not the owner table
pub fn read(
stream: &mut Stream,
owner_table: SendTableName,
index: SendPropDefinitionIndex
) -> ReadResult<Self>
[src]
stream: &mut Stream,
owner_table: SendTableName,
index: SendPropDefinitionIndex
) -> ReadResult<Self>
pub fn is_exclude(&self) -> bool
[src]
pub fn get_exclude_table(&self) -> Option<&SendTableName>
[src]
Trait Implementations
impl Clone for SendPropDefinition
[src]
pub fn clone(&self) -> SendPropDefinition
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for SendPropDefinition
[src]
impl Display for SendPropDefinition
[src]
impl PartialEq<SendPropDefinition> for SendPropDefinition
[src]
Auto Trait Implementations
impl !RefUnwindSafe for SendPropDefinition
impl !Send for SendPropDefinition
impl !Sync for SendPropDefinition
impl Unpin for SendPropDefinition
impl UnwindSafe for SendPropDefinition
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,