pub struct BufferBuilder<'b, 'l, L: Layout> { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'b, 'l, L> Freeze for BufferBuilder<'b, 'l, L>
impl<'b, 'l, L> !RefUnwindSafe for BufferBuilder<'b, 'l, L>
impl<'b, 'l, L> !Send for BufferBuilder<'b, 'l, L>
impl<'b, 'l, L> !Sync for BufferBuilder<'b, 'l, L>
impl<'b, 'l, L> Unpin for BufferBuilder<'b, 'l, L>
impl<'b, 'l, L> !UnwindSafe for BufferBuilder<'b, 'l, L>
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