pub struct LayerElementHandle<'a> { /* private fields */ }
Expand description

Layer element node handle.

Implementations

Returns a reference to the node handle.

Returns type-local layer element index.

Retuns layer element name.

This conflicts with fbxcel::tree::v7400::NodeHandle::name(). If you want to get node name, do obj.node().name() instead of obj.name().

Returns mapping mode.

Returns reference mode.

Methods from Deref<Target = NodeHandle<'a>>

Returns a reference to the tree.

Returns the node ID.

Returns the node name.

Returns the node attributes.

Returns an iterator of children with the given name.

Returns an iterator of children with the given name.

Returns the first child with the given name.

Compares nodes strictly.

Returns true if the two trees are same.

Note that f32 and f64 values are compared bitwise.

Note that this method compares tree data, not internal states of the trees.

Returns parent node handle if available.

Returns first child node handle if available.

Returns last child node handle if available.

Returns previous sibling node handle if available.

Returns next sibling node handle if available.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.