Struct core_text::font_collection::__CTFontCollection
source · #[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