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