Struct blender_armature::BoneKeyframe [−][src]
The transformation for a bone at a particular time
Implementations
impl BoneKeyframe
[src]
pub fn new(frame: u16, bone: Bone) -> Self
[src]
pub fn frame(&self) -> u16
[src]
pub fn bone(&self) -> Bone
[src]
pub fn bone_mut(&mut self) -> &mut Bone
[src]
pub fn set_bone(&mut self, bone: Bone)
[src]
Trait Implementations
impl Clone for BoneKeyframe
[src]
fn clone(&self) -> BoneKeyframe
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for BoneKeyframe
[src]
impl Debug for BoneKeyframe
[src]
impl<'de> Deserialize<'de> for BoneKeyframe
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<BoneKeyframe> for BoneKeyframe
[src]
fn eq(&self, other: &BoneKeyframe) -> bool
[src]
fn ne(&self, other: &BoneKeyframe) -> bool
[src]
impl Serialize for BoneKeyframe
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl StructuralPartialEq for BoneKeyframe
[src]
Auto Trait Implementations
impl RefUnwindSafe for BoneKeyframe
impl Send for BoneKeyframe
impl Sync for BoneKeyframe
impl Unpin for BoneKeyframe
impl UnwindSafe for BoneKeyframe
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Scalar for T where
T: PartialEq<T> + Copy + Any + Debug,
[src]
T: PartialEq<T> + Copy + Any + Debug,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
SS: SubsetOf<SP>,
pub fn to_subset(&self) -> Option<SS>
pub fn is_in_subset(&self) -> bool
pub fn to_subset_unchecked(&self) -> SS
pub fn from_subset(element: &SS) -> SP
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,