Struct fbxcel::parser::binary::SpecialAttribute [] [src]

pub struct SpecialAttribute<'a, R: 'a> { /* fields omitted */ }

Special type attribute.

Methods

impl<'a, R: 'a + ParserSource> SpecialAttribute<'a, R>
[src]

Returns reader of the raw attribute value.

Returns attribute value type.

Returns length of the whole value.

Returns rest data size.

Read the attribute to the vector.

Read the attribute to the string.

Trait Implementations

impl<'a, R: Debug + 'a> Debug for SpecialAttribute<'a, R>
[src]

Formats the value using the given formatter.