#[repr(u32)]pub enum GuiDropdownBoxProperty {
ARROW_PADDING = 16,
DROPDOWN_ITEMS_SPACING = 17,
}
Variants§
Trait Implementations§
Source§impl Clone for GuiDropdownBoxProperty
impl Clone for GuiDropdownBoxProperty
Source§fn clone(&self) -> GuiDropdownBoxProperty
fn clone(&self) -> GuiDropdownBoxProperty
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 GuiDropdownBoxProperty
impl Debug for GuiDropdownBoxProperty
Source§impl GuiProperty for GuiDropdownBoxProperty
impl GuiProperty for GuiDropdownBoxProperty
Source§impl Hash for GuiDropdownBoxProperty
impl Hash for GuiDropdownBoxProperty
Source§impl PartialEq for GuiDropdownBoxProperty
impl PartialEq for GuiDropdownBoxProperty
impl Copy for GuiDropdownBoxProperty
impl Eq for GuiDropdownBoxProperty
impl StructuralPartialEq for GuiDropdownBoxProperty
Auto Trait Implementations§
impl Freeze for GuiDropdownBoxProperty
impl RefUnwindSafe for GuiDropdownBoxProperty
impl Send for GuiDropdownBoxProperty
impl Sync for GuiDropdownBoxProperty
impl Unpin for GuiDropdownBoxProperty
impl UnwindSafe for GuiDropdownBoxProperty
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