#[repr(C)]pub struct FontKey(pub IdNamespace, pub u32);
Tuple Fields§
§0: IdNamespace
§1: u32
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FontKey
impl<'de> Deserialize<'de> for FontKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl MallocSizeOf for FontKey
impl MallocSizeOf for FontKey
Source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
Source§impl Ord for FontKey
impl Ord for FontKey
Source§impl PartialOrd for FontKey
impl PartialOrd for FontKey
impl Copy for FontKey
impl Eq for FontKey
impl StructuralPartialEq for FontKey
Auto Trait Implementations§
impl Freeze for FontKey
impl RefUnwindSafe for FontKey
impl Send for FontKey
impl Sync for FontKey
impl Unpin for FontKey
impl UnwindSafe for FontKey
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