Struct core_graphics::font::CGFontRef
[−]
pub struct CGFontRef(_);
Trait Implementations
impl ToOwned for CGFontRef
type Owned = CGFont
fn to_owned(&self) -> CGFont
Creates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut Self::Owned)
[src]
🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more