Struct pax_example::website_mobile::WebsiteMobile
source · pub struct WebsiteMobile {
pub scroll_position: Property<f64>,
}Fields§
§scroll_position: Property<f64>Implementations§
source§impl WebsiteMobile
impl WebsiteMobile
pub fn handle_container_scroll(&mut self, ctx: RuntimeContext, args: ArgsScroll)
Trait Implementations§
source§impl Clone for WebsiteMobile
impl Clone for WebsiteMobile
source§impl Default for WebsiteMobile
impl Default for WebsiteMobile
source§impl Interpolatable for WebsiteMobile
impl Interpolatable for WebsiteMobile
fn interpolate(&self, other: &Self, t: f64) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for WebsiteMobile
impl !Send for WebsiteMobile
impl !Sync for WebsiteMobile
impl Unpin for WebsiteMobile
impl !UnwindSafe for WebsiteMobile
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.