Struct core_graphics::font::CGFontRef
source · pub struct CGFontRef(/* private fields */);
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§
impl Freeze for CGFontRef
impl !RefUnwindSafe for CGFontRef
impl Unpin for CGFontRef
impl UnwindSafe for CGFontRef
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