Struct core_graphics::font::CGFont []

pub struct CGFont(_);

Methods

impl CGFont
[src]

Trait Implementations

impl Drop for CGFont

Executes the destructor for this type. Read more

impl Clone for CGFont

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for CGFont

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for CGFont

Mutably dereferences the value.

impl Borrow<CGFontRef> for CGFont

Immutably borrows from an owned value. Read more

impl AsRef<CGFontRef> for CGFont

Performs the conversion.

impl Send for CGFont
[src]

impl Sync for CGFont
[src]