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