Enum oxygengine_user_interface::raui::core::animator::AnimationError
source · [−]pub enum AnimationError {
CouldNotReadData,
CouldNotWriteData,
}
Expand description
An error that may occur when animating a value
Variants
CouldNotReadData
Could not read animation data
CouldNotWriteData
Could not write animation data
Auto Trait Implementations
impl RefUnwindSafe for AnimationError
impl Send for AnimationError
impl Sync for AnimationError
impl Unpin for AnimationError
impl UnwindSafe for AnimationError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more