Struct core_graphics::font::CGFontRef
source · pub struct CGFontRef(_);
Expand description
A borrowed reference to a CGFont
.
Trait Implementations§
source§impl ForeignTypeRef for CGFontRef
impl ForeignTypeRef for CGFontRef
source§impl ToOwned for CGFontRef
impl ToOwned for CGFontRef
impl Send for CGFontRef
impl Sync for CGFontRef
Auto Trait Implementations§
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