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