Enum floating_ui_core::ResetRects
source · pub enum ResetRects {
True,
Value(ElementRects),
}
Variants§
True
Value(ElementRects)
Trait Implementations§
source§impl Clone for ResetRects
impl Clone for ResetRects
source§fn clone(&self) -> ResetRects
fn clone(&self) -> ResetRects
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 ResetRects
impl RefUnwindSafe for ResetRects
impl Send for ResetRects
impl Sync for ResetRects
impl Unpin for ResetRects
impl UnwindSafe for ResetRects
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