Enum raylib_sys::GuiComboBoxProperty
source · #[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 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 GuiComboBoxProperty
impl Debug for GuiComboBoxProperty
source§impl Hash for GuiComboBoxProperty
impl Hash for GuiComboBoxProperty
source§impl PartialEq for GuiComboBoxProperty
impl PartialEq for GuiComboBoxProperty
source§fn eq(&self, other: &GuiComboBoxProperty) -> bool
fn eq(&self, other: &GuiComboBoxProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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