#[repr(u32)]pub enum GuiDefaultProperty {
TEXT_SIZE = 16,
TEXT_SPACING = 17,
LINE_COLOR = 18,
BACKGROUND_COLOR = 19,
TEXT_LINE_SPACING = 20,
TEXT_ALIGNMENT_VERTICAL = 21,
TEXT_WRAP_MODE = 22,
}Variants§
TEXT_SIZE = 16
TEXT_SPACING = 17
LINE_COLOR = 18
BACKGROUND_COLOR = 19
TEXT_LINE_SPACING = 20
TEXT_ALIGNMENT_VERTICAL = 21
TEXT_WRAP_MODE = 22
Trait Implementations§
Source§impl Clone for GuiDefaultProperty
impl Clone for GuiDefaultProperty
Source§fn clone(&self) -> GuiDefaultProperty
fn clone(&self) -> GuiDefaultProperty
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 GuiDefaultProperty
impl Debug for GuiDefaultProperty
Source§impl Hash for GuiDefaultProperty
impl Hash for GuiDefaultProperty
Source§impl PartialEq for GuiDefaultProperty
impl PartialEq for GuiDefaultProperty
impl Copy for GuiDefaultProperty
impl Eq for GuiDefaultProperty
impl StructuralPartialEq for GuiDefaultProperty
Auto Trait Implementations§
impl Freeze for GuiDefaultProperty
impl RefUnwindSafe for GuiDefaultProperty
impl Send for GuiDefaultProperty
impl Sync for GuiDefaultProperty
impl Unpin for GuiDefaultProperty
impl UnwindSafe for GuiDefaultProperty
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