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