pub struct PmmDocumentAccessoryKeyframeSummary {Show 13 fields
pub index: Option<i32>,
pub frame_index: i32,
pub previous_keyframe_index: i32,
pub next_keyframe_index: i32,
pub visible: bool,
pub opacity: f32,
pub parent_model_index: i32,
pub parent_model_bone_index: i32,
pub translation: [f32; 3],
pub orientation: [f32; 3],
pub scale_factor: f32,
pub shadow_enabled: bool,
pub selected: bool,
}Fields§
§index: Option<i32>§frame_index: i32§previous_keyframe_index: i32§next_keyframe_index: i32§visible: bool§opacity: f32§parent_model_index: i32§parent_model_bone_index: i32§translation: [f32; 3]§orientation: [f32; 3]§scale_factor: f32§shadow_enabled: bool§selected: boolTrait Implementations§
Source§impl Clone for PmmDocumentAccessoryKeyframeSummary
impl Clone for PmmDocumentAccessoryKeyframeSummary
Source§fn clone(&self) -> PmmDocumentAccessoryKeyframeSummary
fn clone(&self) -> PmmDocumentAccessoryKeyframeSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PmmDocumentAccessoryKeyframeSummary
impl RefUnwindSafe for PmmDocumentAccessoryKeyframeSummary
impl Send for PmmDocumentAccessoryKeyframeSummary
impl Sync for PmmDocumentAccessoryKeyframeSummary
impl Unpin for PmmDocumentAccessoryKeyframeSummary
impl UnsafeUnpin for PmmDocumentAccessoryKeyframeSummary
impl UnwindSafe for PmmDocumentAccessoryKeyframeSummary
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