pub struct FbxNodeId(pub u32);Available on crate features
fbx-reader or fbx-writer only.Expand description
Stable, document-local identifier for an FBX model node.
FBX names are not unique. Scene relationships and animation targets use this 32-bit identifier, which is also safe to transfer through JavaScript.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for FbxNodeId
impl Eq for FbxNodeId
Source§impl Ord for FbxNodeId
impl Ord for FbxNodeId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for FbxNodeId
impl PartialOrd for FbxNodeId
impl StructuralPartialEq for FbxNodeId
Auto Trait Implementations§
impl Freeze for FbxNodeId
impl RefUnwindSafe for FbxNodeId
impl Send for FbxNodeId
impl Sync for FbxNodeId
impl Unpin for FbxNodeId
impl UnsafeUnpin for FbxNodeId
impl UnwindSafe for FbxNodeId
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