Struct dioxus_html::geometry::Pages
source · pub struct Pages;
Expand description
A unit in terms of Screens:
One unit is relative to the size of a page
Auto Trait Implementations§
impl RefUnwindSafe for Pages
impl Send for Pages
impl Sync for Pages
impl Unpin for Pages
impl UnwindSafe for Pages
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