pub struct Buffer<K: GlBuffer, T> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K, T> RefUnwindSafe for Buffer<K, T>where K: RefUnwindSafe, T: RefUnwindSafe,
impl<K, T> Send for Buffer<K, T>where K: Send, T: Send,
impl<K, T> Sync for Buffer<K, T>where K: Sync, T: Sync,
impl<K, T> Unpin for Buffer<K, T>where K: Unpin, T: Unpin,
impl<K, T> UnwindSafe for Buffer<K, T>where K: UnwindSafe, T: UnwindSafe,
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