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