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