Struct dioxus_html::geometry::PageSpace
source · pub struct PageSpace;
Expand description
Coordinate space relative to the page
Auto Trait Implementations§
impl RefUnwindSafe for PageSpace
impl Send for PageSpace
impl Sync for PageSpace
impl Unpin for PageSpace
impl UnwindSafe for PageSpace
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