pub struct WebsiteDesktop {
pub ticks: Property<usize>,
}Fields§
§ticks: Property<usize>Implementations§
Source§impl WebsiteDesktop
impl WebsiteDesktop
pub fn handle_did_mount(&mut self, _ctx: RuntimeContext)
pub fn handle_will_render(&mut self, ctx: RuntimeContext)
Trait Implementations§
Source§impl Clone for WebsiteDesktop
impl Clone for WebsiteDesktop
Source§impl Default for WebsiteDesktop
impl Default for WebsiteDesktop
Source§impl Interpolatable for WebsiteDesktop
impl Interpolatable for WebsiteDesktop
fn interpolate(&self, _other: &Self, _t: f64) -> Self
Auto Trait Implementations§
impl Freeze for WebsiteDesktop
impl !RefUnwindSafe for WebsiteDesktop
impl !Send for WebsiteDesktop
impl !Sync for WebsiteDesktop
impl Unpin for WebsiteDesktop
impl !UnwindSafe for WebsiteDesktop
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
Source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.