pub struct TextureInfoExtensions {
pub khr_texture_transform: Option<KhrTextureTransform>,
}Fields§
§khr_texture_transform: Option<KhrTextureTransform>Trait Implementations§
Source§impl Clone for TextureInfoExtensions
impl Clone for TextureInfoExtensions
Source§fn clone(&self) -> TextureInfoExtensions
fn clone(&self) -> TextureInfoExtensions
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 DeJson for TextureInfoExtensions
impl DeJson for TextureInfoExtensions
Source§impl Debug for TextureInfoExtensions
impl Debug for TextureInfoExtensions
Source§impl Default for TextureInfoExtensions
impl Default for TextureInfoExtensions
Source§fn default() -> TextureInfoExtensions
fn default() -> TextureInfoExtensions
Returns the “default value” for a type. Read more
Source§impl SerJson for TextureInfoExtensions
impl SerJson for TextureInfoExtensions
impl Copy for TextureInfoExtensions
Auto Trait Implementations§
impl Freeze for TextureInfoExtensions
impl RefUnwindSafe for TextureInfoExtensions
impl Send for TextureInfoExtensions
impl Sync for TextureInfoExtensions
impl Unpin for TextureInfoExtensions
impl UnsafeUnpin for TextureInfoExtensions
impl UnwindSafe for TextureInfoExtensions
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