Struct webrender_api::font::FontKey
source · #[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 PartialEq for FontKey
impl PartialEq for FontKey
source§impl PartialOrd for FontKey
impl PartialOrd for FontKey
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl 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