pub struct Key {
pub frame: u32,
pub position: [f32; 3],
pub scale: [f32; 3],
pub rotation: [f32; 4],
}Fields§
§frame: u32§position: [f32; 3]§scale: [f32; 3]§rotation: [f32; 4]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Key
impl Send for Key
impl Sync for Key
impl Unpin for Key
impl UnwindSafe for Key
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