Struct TextBoxSettings
#[repr(transparent)]pub struct TextBoxSettings(pub u32);Tuple Fields§
§0: u32Implementations§
§impl TextBoxSettings
impl TextBoxSettings
§impl TextBoxSettings
impl TextBoxSettings
Trait Implementations§
§impl BitAnd for TextBoxSettings
impl BitAnd for TextBoxSettings
§impl BitAndAssign for TextBoxSettings
impl BitAndAssign for TextBoxSettings
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&= operation. Read more§impl BitOr for TextBoxSettings
impl BitOr for TextBoxSettings
§impl BitOrAssign for TextBoxSettings
impl BitOrAssign for TextBoxSettings
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|= operation. Read more§impl Clone for TextBoxSettings
impl Clone for TextBoxSettings
§fn clone(&self) -> TextBoxSettings
fn clone(&self) -> TextBoxSettings
Returns a duplicate 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 more§impl Debug for TextBoxSettings
impl Debug for TextBoxSettings
§impl Default for TextBoxSettings
impl Default for TextBoxSettings
§fn default() -> TextBoxSettings
fn default() -> TextBoxSettings
Returns the “default value” for a type. Read more
§impl Not for TextBoxSettings
impl Not for TextBoxSettings
§impl PartialEq for TextBoxSettings
impl PartialEq for TextBoxSettings
impl Copy for TextBoxSettings
impl Eq for TextBoxSettings
impl StructuralPartialEq for TextBoxSettings
Auto Trait Implementations§
impl Freeze for TextBoxSettings
impl RefUnwindSafe for TextBoxSettings
impl Send for TextBoxSettings
impl Sync for TextBoxSettings
impl Unpin for TextBoxSettings
impl UnwindSafe for TextBoxSettings
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