pub struct RwIfpBone {
pub name: String,
pub keyframe_type: String,
pub use_bone_id: bool,
pub bone_id: i32,
pub keyframes: Vec<RwIfpKeyframe>,
}
Fields§
§name: String
§keyframe_type: String
§use_bone_id: bool
§bone_id: i32
§keyframes: Vec<RwIfpKeyframe>
Trait Implementations§
impl StructuralPartialEq for RwIfpBone
Auto Trait Implementations§
impl Freeze for RwIfpBone
impl RefUnwindSafe for RwIfpBone
impl Send for RwIfpBone
impl Sync for RwIfpBone
impl Unpin for RwIfpBone
impl UnwindSafe for RwIfpBone
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