Struct pax_example::Example
source · pub struct Example {
pub container_width: Property<f64>,
}Fields§
§container_width: Property<f64>Implementations§
source§impl Example
impl Example
pub fn handle_did_mount(&mut self, ctx: RuntimeContext)
pub fn handle_will_render(&mut self, ctx: RuntimeContext)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Example
impl !Send for Example
impl !Sync for Example
impl Unpin for Example
impl !UnwindSafe for Example
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.