Struct pax_example::website_desktop::WebsiteDesktop
source · 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 !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
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.