Struct dae_parser::FloatArray [−][src]
Expand description
Stores a homogenous array of floating-point values.
Fields
id: Option<String>
A text string containing the unique identifier of the element.
val: Box<[f32]>
The stored array of values.
Trait Implementations
Extract a typed array from an ArrayElement
.
Extract the relevant LocalMap
field from a LocalMaps
.
fn get_local_map_mut<'a, 'b>(
maps: &'b mut LocalMaps<'a>
) -> &'b mut Option<LocalMap<'a, Self>>
fn get_local_map_mut<'a, 'b>(
maps: &'b mut LocalMaps<'a>
) -> &'b mut Option<LocalMap<'a, Self>>
Extract the relevant LocalMap
field from a LocalMaps
.
Auto Trait Implementations
impl RefUnwindSafe for FloatArray
impl Send for FloatArray
impl Sync for FloatArray
impl Unpin for FloatArray
impl UnwindSafe for FloatArray
Blanket Implementations
Mutably borrows from an owned value. Read more