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