pub struct FbxScaleSource { /* private fields */ }Expand description
One FBX document and the capability inventory captured from the same parse.
Implementations§
Source§impl FbxScaleSource
impl FbxScaleSource
Sourcepub fn document(&self) -> &Document
pub fn document(&self) -> &Document
The normalized document carrying the documented ufbx source projection.
Sourcepub fn inventory(&self) -> &FbxScaleCapabilityInventory
pub fn inventory(&self) -> &FbxScaleCapabilityInventory
The conservative ufbx-side inventory.
Sourcepub fn into_document(self) -> Document
pub fn into_document(self) -> Document
Consume the source wrapper and retain its normalized document.
Trait Implementations§
Source§impl Clone for FbxScaleSource
impl Clone for FbxScaleSource
Source§fn clone(&self) -> FbxScaleSource
fn clone(&self) -> FbxScaleSource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FbxScaleSource
impl RefUnwindSafe for FbxScaleSource
impl Send for FbxScaleSource
impl Sync for FbxScaleSource
impl Unpin for FbxScaleSource
impl UnsafeUnpin for FbxScaleSource
impl UnwindSafe for FbxScaleSource
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more