pub struct FontGroupId(pub u64);
Expand description
Identifier for a cached font group.
Tuple Fields§
§0: u64
Trait Implementations§
Source§impl Clone for FontGroupId
impl Clone for FontGroupId
Source§fn clone(&self) -> FontGroupId
fn clone(&self) -> FontGroupId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FontGroupId
impl Debug for FontGroupId
Source§impl Hash for FontGroupId
impl Hash for FontGroupId
Source§impl PartialEq for FontGroupId
impl PartialEq for FontGroupId
impl Copy for FontGroupId
impl Eq for FontGroupId
impl StructuralPartialEq for FontGroupId
Auto Trait Implementations§
impl Freeze for FontGroupId
impl RefUnwindSafe for FontGroupId
impl Send for FontGroupId
impl Sync for FontGroupId
impl Unpin for FontGroupId
impl UnwindSafe for FontGroupId
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