pub struct TextStyleForDefinedFontId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for TextStyleForDefinedFontId
impl Clone for TextStyleForDefinedFontId
Source§fn clone(&self) -> TextStyleForDefinedFontId
fn clone(&self) -> TextStyleForDefinedFontId
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 TextStyleForDefinedFontId
Source§impl Debug for TextStyleForDefinedFontId
impl Debug for TextStyleForDefinedFontId
impl Eq for TextStyleForDefinedFontId
Source§impl Hash for TextStyleForDefinedFontId
impl Hash for TextStyleForDefinedFontId
Source§impl PartialEq for TextStyleForDefinedFontId
impl PartialEq for TextStyleForDefinedFontId
Source§fn eq(&self, other: &TextStyleForDefinedFontId) -> bool
fn eq(&self, other: &TextStyleForDefinedFontId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextStyleForDefinedFontId
Auto Trait Implementations§
impl Freeze for TextStyleForDefinedFontId
impl RefUnwindSafe for TextStyleForDefinedFontId
impl Send for TextStyleForDefinedFontId
impl Sync for TextStyleForDefinedFontId
impl Unpin for TextStyleForDefinedFontId
impl UnsafeUnpin for TextStyleForDefinedFontId
impl UnwindSafe for TextStyleForDefinedFontId
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