#[repr(u8)]pub enum ElementConfigType {
Rectangle = 1,
BorderContainer = 2,
FloatingContainer = 4,
ScrollContainer = 8,
Image = 16,
Text = 32,
Custom = 64,
Id = 65,
Layout = 66,
}Variants§
Rectangle = 1
BorderContainer = 2
FloatingContainer = 4
ScrollContainer = 8
Image = 16
Text = 32
Custom = 64
Id = 65
Layout = 66
Trait Implementations§
Source§impl Clone for ElementConfigType
impl Clone for ElementConfigType
Source§fn clone(&self) -> ElementConfigType
fn clone(&self) -> ElementConfigType
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 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 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