Enum raylib_sys::GuiTextBoxProperty
source · #[repr(u32)]pub enum GuiTextBoxProperty {
TEXT_READONLY = 16,
}Variants§
TEXT_READONLY = 16
Trait Implementations§
source§impl Clone for GuiTextBoxProperty
impl Clone for GuiTextBoxProperty
source§fn clone(&self) -> GuiTextBoxProperty
fn clone(&self) -> GuiTextBoxProperty
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 GuiTextBoxProperty
impl Debug for GuiTextBoxProperty
source§impl Hash for GuiTextBoxProperty
impl Hash for GuiTextBoxProperty
source§impl PartialEq for GuiTextBoxProperty
impl PartialEq for GuiTextBoxProperty
source§fn eq(&self, other: &GuiTextBoxProperty) -> bool
fn eq(&self, other: &GuiTextBoxProperty) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for GuiTextBoxProperty
impl Eq for GuiTextBoxProperty
impl StructuralPartialEq for GuiTextBoxProperty
Auto Trait Implementations§
impl Freeze for GuiTextBoxProperty
impl RefUnwindSafe for GuiTextBoxProperty
impl Send for GuiTextBoxProperty
impl Sync for GuiTextBoxProperty
impl Unpin for GuiTextBoxProperty
impl UnwindSafe for GuiTextBoxProperty
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