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