#[repr(u8)]pub enum ElementConfigType {
Shared = 0,
Text = 1,
Image = 2,
Floating = 3,
Custom = 4,
Clip = 5,
Border = 6,
Aspect = 7,
TextInput = 8,
}Variants§
Trait Implementations§
Source§impl Clone for ElementConfigType
impl Clone for ElementConfigType
Source§fn clone(&self) -> ElementConfigType
fn clone(&self) -> ElementConfigType
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 ElementConfigType
impl Debug for ElementConfigType
Source§impl PartialEq for ElementConfigType
impl PartialEq for ElementConfigType
impl Copy for ElementConfigType
impl Eq for ElementConfigType
impl StructuralPartialEq for ElementConfigType
Auto Trait Implementations§
impl Freeze for ElementConfigType
impl RefUnwindSafe for ElementConfigType
impl Send for ElementConfigType
impl Sync for ElementConfigType
impl Unpin for ElementConfigType
impl UnsafeUnpin for ElementConfigType
impl UnwindSafe for ElementConfigType
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.