#[repr(C)]pub struct BakedNode {
pub typed_id: u32,
pub element_id: u32,
pub constant_translation: bool,
pub constant_rotation: bool,
pub constant_scale: bool,
pub translation_keys: List<BakedVec3>,
pub rotation_keys: List<BakedQuat>,
pub scale_keys: List<BakedVec3>,
}Fields§
§typed_id: u32§element_id: u32§constant_translation: bool§constant_rotation: bool§constant_scale: bool§translation_keys: List<BakedVec3>§rotation_keys: List<BakedQuat>§scale_keys: List<BakedVec3>Auto Trait Implementations§
impl !Send for BakedNode
impl !Sync for BakedNode
impl Freeze for BakedNode
impl RefUnwindSafe for BakedNode
impl Unpin for BakedNode
impl UnsafeUnpin for BakedNode
impl UnwindSafe for BakedNode
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