Struct TextBoxContentAttribute
#[repr(transparent)]pub struct TextBoxContentAttribute(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
§impl Clone for TextBoxContentAttribute
impl Clone for TextBoxContentAttribute
§fn clone(&self) -> TextBoxContentAttribute
fn clone(&self) -> TextBoxContentAttribute
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 TextBoxContentAttribute
impl Debug for TextBoxContentAttribute
§impl Default for TextBoxContentAttribute
impl Default for TextBoxContentAttribute
§fn default() -> TextBoxContentAttribute
fn default() -> TextBoxContentAttribute
Returns the “default value” for a type. Read more
§impl PartialEq for TextBoxContentAttribute
impl PartialEq for TextBoxContentAttribute
impl Copy for TextBoxContentAttribute
impl Eq for TextBoxContentAttribute
impl StructuralPartialEq for TextBoxContentAttribute
Auto Trait Implementations§
impl Freeze for TextBoxContentAttribute
impl RefUnwindSafe for TextBoxContentAttribute
impl Send for TextBoxContentAttribute
impl Sync for TextBoxContentAttribute
impl Unpin for TextBoxContentAttribute
impl UnwindSafe for TextBoxContentAttribute
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