pub struct Method<T> {
pub method: StringName,
pub target: Gd<Object>,
pub duration: f64,
pub ease: Ease,
pub start: T,
pub end: T,
/* private fields */
}Fields§
§method: StringName§target: Gd<Object>§duration: f64§ease: Ease§start: T§end: TAuto Trait Implementations§
impl<T> Freeze for Method<T>where
T: Freeze,
impl<T> !RefUnwindSafe for Method<T>
impl<T> !Send for Method<T>
impl<T> !Sync for Method<T>
impl<T> Unpin for Method<T>where
T: Unpin,
impl<T> !UnwindSafe for Method<T>
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