pub struct LeafController {
pub key_type: KeyType,
pub keys: Vec<KeyFrame>,
}Expand description
Leaf controller — stores an array of typed interpolation keys.
Fields§
§key_type: KeyType§keys: Vec<KeyFrame>Implementations§
Trait Implementations§
Source§impl Clone for LeafController
impl Clone for LeafController
Source§fn clone(&self) -> LeafController
fn clone(&self) -> LeafController
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 LeafController
impl RefUnwindSafe for LeafController
impl Send for LeafController
impl Sync for LeafController
impl Unpin for LeafController
impl UnsafeUnpin for LeafController
impl UnwindSafe for LeafController
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