pub struct ElementRects {
pub reference: Rect,
pub floating: Rect,
}
Fields§
§reference: Rect
§floating: Rect
Trait Implementations§
Source§impl Clone for ElementRects
impl Clone for ElementRects
Source§fn clone(&self) -> ElementRects
fn clone(&self) -> ElementRects
Returns a duplicate 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 moreSource§impl Debug for ElementRects
impl Debug for ElementRects
Source§impl PartialEq for ElementRects
impl PartialEq for ElementRects
impl StructuralPartialEq for ElementRects
Auto 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