Struct core_text::framesetter::__CTFramesetter
source · #[repr(C)]pub struct __CTFramesetter(/* private fields */);
Auto Trait Implementations§
impl RefUnwindSafe for __CTFramesetter
impl Send for __CTFramesetter
impl Sync for __CTFramesetter
impl Unpin for __CTFramesetter
impl UnwindSafe for __CTFramesetter
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