Enum floating_ui_core::ElementContext 
source · pub enum ElementContext {
    Reference,
    Floating,
}Variants§
Trait Implementations§
source§impl Clone for ElementContext
 
impl Clone for ElementContext
source§fn clone(&self) -> ElementContext
 
fn clone(&self) -> ElementContext
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 moresource§impl Debug for ElementContext
 
impl Debug for ElementContext
source§impl PartialEq for ElementContext
 
impl PartialEq for ElementContext
source§fn eq(&self, other: &ElementContext) -> bool
 
fn eq(&self, other: &ElementContext) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for ElementContext
impl StructuralPartialEq for ElementContext
Auto Trait Implementations§
impl Freeze for ElementContext
impl RefUnwindSafe for ElementContext
impl Send for ElementContext
impl Sync for ElementContext
impl Unpin for ElementContext
impl UnwindSafe for ElementContext
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