[][src]Struct azul_webrender_api::FontInstanceKey

#[repr(C)]pub struct FontInstanceKey(pub IdNamespace, pub u32);

Implementations

impl FontInstanceKey[src]

pub fn new(namespace: IdNamespace, key: u32) -> FontInstanceKey[src]

Trait Implementations

impl Clone for FontInstanceKey[src]

impl Copy for FontInstanceKey[src]

impl Debug for FontInstanceKey[src]

impl Default for FontInstanceKey[src]

impl<'de> Deserialize<'de> for FontInstanceKey[src]

impl Eq for FontInstanceKey[src]

impl Hash for FontInstanceKey[src]

impl MallocSizeOf for FontInstanceKey[src]

impl Ord for FontInstanceKey[src]

impl PartialEq<FontInstanceKey> for FontInstanceKey[src]

impl PartialOrd<FontInstanceKey> for FontInstanceKey[src]

impl Peek for FontInstanceKey[src]

impl Poke for FontInstanceKey[src]

impl Serialize for FontInstanceKey[src]

impl StructuralEq for FontInstanceKey[src]

impl StructuralPartialEq for FontInstanceKey[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.