pub struct PropertyKeyframe {
pub frame: u32,
pub ik_enabled: Box<[u8]>,
}Fields§
§frame: u32§ik_enabled: Box<[u8]>Implementations§
Trait Implementations§
Source§impl Clone for PropertyKeyframe
impl Clone for PropertyKeyframe
Source§fn clone(&self) -> PropertyKeyframe
fn clone(&self) -> PropertyKeyframe
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 moreSource§impl Debug for PropertyKeyframe
impl Debug for PropertyKeyframe
impl Eq for PropertyKeyframe
Source§impl PartialEq for PropertyKeyframe
impl PartialEq for PropertyKeyframe
Source§fn eq(&self, other: &PropertyKeyframe) -> bool
fn eq(&self, other: &PropertyKeyframe) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PropertyKeyframe
Auto Trait Implementations§
impl Freeze for PropertyKeyframe
impl RefUnwindSafe for PropertyKeyframe
impl Send for PropertyKeyframe
impl Sync for PropertyKeyframe
impl Unpin for PropertyKeyframe
impl UnsafeUnpin for PropertyKeyframe
impl UnwindSafe for PropertyKeyframe
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