#[repr(u8)]pub enum FloatingClipToElement {
None = 0,
AttachedParent = 1,
}Expand description
Defines how a floating element is clipped.
Variants§
None = 0
The floating element is not clipped.
AttachedParent = 1
The floating element is clipped to the attached parent.
Trait Implementations§
Source§impl Clone for FloatingClipToElement
impl Clone for FloatingClipToElement
Source§fn clone(&self) -> FloatingClipToElement
fn clone(&self) -> FloatingClipToElement
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 FloatingClipToElement
impl Debug for FloatingClipToElement
Source§impl Default for FloatingClipToElement
impl Default for FloatingClipToElement
Source§fn default() -> FloatingClipToElement
fn default() -> FloatingClipToElement
Returns the “default value” for a type. Read more
Source§impl PartialEq for FloatingClipToElement
impl PartialEq for FloatingClipToElement
impl Copy for FloatingClipToElement
impl Eq for FloatingClipToElement
impl StructuralPartialEq for FloatingClipToElement
Auto Trait Implementations§
impl Freeze for FloatingClipToElement
impl RefUnwindSafe for FloatingClipToElement
impl Send for FloatingClipToElement
impl Sync for FloatingClipToElement
impl Unpin for FloatingClipToElement
impl UnsafeUnpin for FloatingClipToElement
impl UnwindSafe for FloatingClipToElement
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.