pub struct SceneIcon {
pub origin: Point,
pub animation: IconAnimationSpec,
}Fields§
§origin: Point§animation: IconAnimationSpecTrait Implementations§
Auto Trait Implementations§
impl Freeze for SceneIcon
impl RefUnwindSafe for SceneIcon
impl Send for SceneIcon
impl Sync for SceneIcon
impl Unpin for SceneIcon
impl UnsafeUnpin for SceneIcon
impl UnwindSafe for SceneIcon
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