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