Struct dae_parser::IntArray [−][src]
Expand description
Stores a homogenous array of integer values.
Fields
id: Option<String>
A text string containing the unique identifier of the element.
val: Box<[u32]>
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 IntArray
impl UnwindSafe for IntArray
Blanket Implementations
Mutably borrows from an owned value. Read more