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