pub struct tts_ctx { /* private fields */ }Auto Trait Implementations§
impl !Freeze for tts_ctx
impl !Send for tts_ctx
impl !Sync for tts_ctx
impl RefUnwindSafe for tts_ctx
impl Unpin for tts_ctx
impl UnsafeUnpin for tts_ctx
impl UnwindSafe for tts_ctx
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