[][src]Struct fbxcel_dom::v7400::Document

pub struct Document { /* fields omitted */ }

FBX DOM.

Methods

impl Document[src]

pub fn tree(&self) -> &Tree[src]

Returns a reference to the tree.

pub fn objects(&self) -> impl Iterator<Item = ObjectHandle>[src]

Returns an iterator of all object nodes.

pub fn scenes(&self) -> impl Iterator<Item = SceneHandle>[src]

Returns Document object nodes, which have root object ID of scenes.

Trait Implementations

impl AsRef<Tree> for Document[src]

impl Clone for Document[src]

impl Debug for Document[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]