#[repr(C)]pub struct __CGFont(/* private fields */);
Auto Trait Implementations§
impl Freeze for __CGFont
impl RefUnwindSafe for __CGFont
impl Send for __CGFont
impl Sync for __CGFont
impl Unpin for __CGFont
impl UnwindSafe for __CGFont
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