pub struct CGFontRef(/* private fields */);Expand description
A borrowed reference to a CGFont.
Trait Implementations§
Source§impl ForeignTypeRef for CGFontRef
impl ForeignTypeRef for CGFontRef
impl Send for CGFontRef
impl Sync for CGFontRef
Auto Trait Implementations§
impl !RefUnwindSafe for CGFontRef
impl Freeze for CGFontRef
impl Unpin for CGFontRef
impl UnsafeUnpin 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