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