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