pub struct TextFontWidth(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for TextFontWidth
impl Clone for TextFontWidth
Source§fn clone(&self) -> TextFontWidth
fn clone(&self) -> TextFontWidth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TextFontWidth
Source§impl Debug for TextFontWidth
impl Debug for TextFontWidth
Source§impl Default for TextFontWidth
impl Default for TextFontWidth
impl Eq for TextFontWidth
Source§impl Hash for TextFontWidth
impl Hash for TextFontWidth
Source§impl PartialEq for TextFontWidth
impl PartialEq for TextFontWidth
impl StructuralPartialEq for TextFontWidth
Auto Trait Implementations§
impl Freeze for TextFontWidth
impl RefUnwindSafe for TextFontWidth
impl Send for TextFontWidth
impl Sync for TextFontWidth
impl Unpin for TextFontWidth
impl UnsafeUnpin for TextFontWidth
impl UnwindSafe for TextFontWidth
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