[][src]Trait shine_gltf::GetMut

pub trait GetMut<T> {
    fn get_mut(&mut self, id: &Index<T>) -> Option<&mut T>;
}

Helper trait for retrieving top-level objects by a universal identifier.

Required methods

fn get_mut(&mut self, id: &Index<T>) -> Option<&mut T>

Retrieves a single value at the given index.

Loading content...

Implementors

impl<'a> GetMut<Accessor> for Root[src]

impl<'a> GetMut<Animation> for Root[src]

impl<'a> GetMut<Buffer> for Root[src]

impl<'a> GetMut<View> for Root[src]

impl<'a> GetMut<Camera> for Root[src]

impl<'a> GetMut<Image> for Root[src]

impl<'a> GetMut<Material> for Root[src]

impl<'a> GetMut<Mesh> for Root[src]

impl<'a> GetMut<Node> for Root[src]

impl<'a> GetMut<Scene> for Root[src]

impl<'a> GetMut<Skin> for Root[src]

impl<'a> GetMut<Sampler> for Root[src]

impl<'a> GetMut<Texture> for Root[src]

Loading content...