pub struct FbxTextureBinding {
pub slot: FbxTextureSlot,
pub texture_index: usize,
}Available on crate features
fbx-reader or fbx-writer only.Expand description
Bind a FbxTexture to a slot of a material.
Fields§
§slot: FbxTextureSlotMaterial slot the texture feeds.
texture_index: usizeIndex into FbxScene::textures.
Trait Implementations§
Source§impl Clone for FbxTextureBinding
impl Clone for FbxTextureBinding
Source§fn clone(&self) -> FbxTextureBinding
fn clone(&self) -> FbxTextureBinding
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 moreimpl Copy for FbxTextureBinding
Source§impl Debug for FbxTextureBinding
impl Debug for FbxTextureBinding
impl Eq for FbxTextureBinding
Source§impl PartialEq for FbxTextureBinding
impl PartialEq for FbxTextureBinding
impl StructuralPartialEq for FbxTextureBinding
Auto Trait Implementations§
impl Freeze for FbxTextureBinding
impl RefUnwindSafe for FbxTextureBinding
impl Send for FbxTextureBinding
impl Sync for FbxTextureBinding
impl Unpin for FbxTextureBinding
impl UnsafeUnpin for FbxTextureBinding
impl UnwindSafe for FbxTextureBinding
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