Struct webrender_api::NativeFontHandle [] [src]

pub struct NativeFontHandle(pub CGFont);

Trait Implementations

impl Clone for NativeFontHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for NativeFontHandle
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more