pub struct Buffer<T: Attribute> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T: Attribute> BufferLike<T> for Buffer<T>
impl<T: Attribute> BufferLike<T> for Buffer<T>
fn get_buffer(&self) -> Option<BufferHandle>
fn len(&self) -> usize
Auto Trait Implementations§
impl<T> Freeze for Buffer<T>
impl<T> !RefUnwindSafe for Buffer<T>
impl<T> !Send for Buffer<T>
impl<T> !Sync for Buffer<T>
impl<T> Unpin for Buffer<T>where
T: Unpin,
impl<T> !UnwindSafe for Buffer<T>
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