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