Struct floating_ui_utils::ElementRects 
source · pub struct ElementRects {
    pub reference: Rect,
    pub floating: Rect,
}Fields§
§reference: Rect§floating: RectTrait Implementations§
source§impl Clone for ElementRects
 
impl Clone for ElementRects
source§fn clone(&self) -> ElementRects
 
fn clone(&self) -> ElementRects
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreAuto Trait Implementations§
impl Freeze for ElementRects
impl RefUnwindSafe for ElementRects
impl Send for ElementRects
impl Sync for ElementRects
impl Unpin for ElementRects
impl UnwindSafe for ElementRects
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