pub struct RwIfpKeyframe {
pub time: f32,
pub position: RwVector3,
pub rotation: RwQuaternion,
pub scale: RwVector3,
}
Fields§
§time: f32
§position: RwVector3
§rotation: RwQuaternion
§scale: RwVector3
Trait Implementations§
Source§impl Clone for RwIfpKeyframe
impl Clone for RwIfpKeyframe
Source§fn clone(&self) -> RwIfpKeyframe
fn clone(&self) -> RwIfpKeyframe
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 Debug for RwIfpKeyframe
impl Debug for RwIfpKeyframe
Source§impl PartialEq for RwIfpKeyframe
impl PartialEq for RwIfpKeyframe
Source§impl Serialize for RwIfpKeyframe
impl Serialize for RwIfpKeyframe
impl Copy for RwIfpKeyframe
impl StructuralPartialEq for RwIfpKeyframe
Auto Trait Implementations§
impl Freeze for RwIfpKeyframe
impl RefUnwindSafe for RwIfpKeyframe
impl Send for RwIfpKeyframe
impl Sync for RwIfpKeyframe
impl Unpin for RwIfpKeyframe
impl UnwindSafe for RwIfpKeyframe
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