pub struct ValueBufferGuard { /* private fields */ }Expand description
RAII guard for value buffers - automatically returns buffer to pool when dropped
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValueBufferGuard
impl RefUnwindSafe for ValueBufferGuard
impl Send for ValueBufferGuard
impl Sync for ValueBufferGuard
impl Unpin for ValueBufferGuard
impl UnwindSafe for ValueBufferGuard
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