pub struct NormalTextureInfo<E: Extensions> {
pub index: usize,
pub tex_coord: usize,
pub scale: f32,
pub extensions: E::TextureInfoExtensions,
}Fields§
§index: usize§tex_coord: usize§scale: f32§extensions: E::TextureInfoExtensionsTrait Implementations§
Source§impl<E: Clone + Extensions> Clone for NormalTextureInfo<E>where
E::TextureInfoExtensions: Clone,
impl<E: Clone + Extensions> Clone for NormalTextureInfo<E>where
E::TextureInfoExtensions: Clone,
Source§fn clone(&self) -> NormalTextureInfo<E>
fn clone(&self) -> NormalTextureInfo<E>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<E: Extensions + DeJson> DeJson for NormalTextureInfo<E>
impl<E: Extensions + DeJson> DeJson for NormalTextureInfo<E>
Source§impl<E: Debug + Extensions> Debug for NormalTextureInfo<E>where
E::TextureInfoExtensions: Debug,
impl<E: Debug + Extensions> Debug for NormalTextureInfo<E>where
E::TextureInfoExtensions: Debug,
Source§impl<E: Extensions + SerJson> SerJson for NormalTextureInfo<E>
impl<E: Extensions + SerJson> SerJson for NormalTextureInfo<E>
Auto Trait Implementations§
impl<E> Freeze for NormalTextureInfo<E>
impl<E> RefUnwindSafe for NormalTextureInfo<E>
impl<E> Send for NormalTextureInfo<E>
impl<E> Sync for NormalTextureInfo<E>
impl<E> Unpin for NormalTextureInfo<E>
impl<E> UnsafeUnpin for NormalTextureInfo<E>
impl<E> UnwindSafe for NormalTextureInfo<E>
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