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