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