#[repr(C)]pub struct NormalTextureInfo {
pub index: Id,
pub tex_coord: Size,
pub scale: Float,
pub extras: Extras,
pub extensions: Option<Extensions>,
}Fields§
§index: Id§tex_coord: Size§scale: Float§extras: Extras§extensions: Option<Extensions>Trait Implementations§
Source§impl Clone for NormalTextureInfo
impl Clone for NormalTextureInfo
Source§fn clone(&self) -> NormalTextureInfo
fn clone(&self) -> NormalTextureInfo
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 moreSource§impl Debug for NormalTextureInfo
impl Debug for NormalTextureInfo
Source§impl Default for NormalTextureInfo
impl Default for NormalTextureInfo
Source§impl<'de> Deserialize<'de> for NormalTextureInfowhere
NormalTextureInfo: Default,
impl<'de> Deserialize<'de> for NormalTextureInfowhere
NormalTextureInfo: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for NormalTextureInfo
impl RefUnwindSafe for NormalTextureInfo
impl Send for NormalTextureInfo
impl Sync for NormalTextureInfo
impl Unpin for NormalTextureInfo
impl UnsafeUnpin for NormalTextureInfo
impl UnwindSafe for NormalTextureInfo
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