pub struct TextureTransform { /* private fields */ }Implementations§
Source§impl TextureTransform
impl TextureTransform
Sourcepub fn translation(&self) -> Ref<'_, AnimationTrackVector3f>
pub fn translation(&self) -> Ref<'_, AnimationTrackVector3f>
Borrows the field in place — no copy, no allocation.
pub fn translation_mut(&mut self) -> RefMut<'_, AnimationTrackVector3f>
Sourcepub fn rotation(&self) -> Ref<'_, AnimationTrackM2CompatQuaternion>
pub fn rotation(&self) -> Ref<'_, AnimationTrackM2CompatQuaternion>
Borrows the field in place — no copy, no allocation.
pub fn rotation_mut(&mut self) -> RefMut<'_, AnimationTrackM2CompatQuaternion>
Sourcepub fn scaling(&self) -> Ref<'_, AnimationTrackVector3f>
pub fn scaling(&self) -> Ref<'_, AnimationTrackVector3f>
Borrows the field in place — no copy, no allocation.
pub fn scaling_mut(&mut self) -> RefMut<'_, AnimationTrackVector3f>
Trait Implementations§
Source§impl Debug for TextureTransform
impl Debug for TextureTransform
Source§impl Default for TextureTransform
impl Default for TextureTransform
Source§impl Drop for TextureTransform
impl Drop for TextureTransform
impl Send for TextureTransform
Auto Trait Implementations§
impl !Sync for TextureTransform
impl Freeze for TextureTransform
impl RefUnwindSafe for TextureTransform
impl Unpin for TextureTransform
impl UnsafeUnpin for TextureTransform
impl UnwindSafe for TextureTransform
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