#[repr(u32)]pub enum GuiValueBoxProperty {
SPINNER_BUTTON_WIDTH = 16,
SPINNER_BUTTON_SPACING = 17,
}Variants§
Trait Implementations§
Source§impl Clone for GuiValueBoxProperty
impl Clone for GuiValueBoxProperty
Source§fn clone(&self) -> GuiValueBoxProperty
fn clone(&self) -> GuiValueBoxProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GuiValueBoxProperty
impl Debug for GuiValueBoxProperty
Source§impl Hash for GuiValueBoxProperty
impl Hash for GuiValueBoxProperty
Source§impl PartialEq for GuiValueBoxProperty
impl PartialEq for GuiValueBoxProperty
Source§fn eq(&self, other: &GuiValueBoxProperty) -> bool
fn eq(&self, other: &GuiValueBoxProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GuiValueBoxProperty
impl Eq for GuiValueBoxProperty
impl StructuralPartialEq for GuiValueBoxProperty
Auto Trait Implementations§
impl Freeze for GuiValueBoxProperty
impl RefUnwindSafe for GuiValueBoxProperty
impl Send for GuiValueBoxProperty
impl Sync for GuiValueBoxProperty
impl Unpin for GuiValueBoxProperty
impl UnsafeUnpin for GuiValueBoxProperty
impl UnwindSafe for GuiValueBoxProperty
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