pub struct AnimChannel {
pub target_path: String,
pub curve: AnimCurve,
}Expand description
A named channel within a clip (e.g., “pos_x”, “rot_z”, “scale_y”).
Fields§
§target_path: String§curve: AnimCurveTrait Implementations§
Source§impl Clone for AnimChannel
impl Clone for AnimChannel
Source§fn clone(&self) -> AnimChannel
fn clone(&self) -> AnimChannel
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 moreAuto Trait Implementations§
impl Freeze for AnimChannel
impl RefUnwindSafe for AnimChannel
impl Send for AnimChannel
impl Sync for AnimChannel
impl Unpin for AnimChannel
impl UnsafeUnpin for AnimChannel
impl UnwindSafe for AnimChannel
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