pub struct BufferSource { /* private fields */ }
Expand description
A buffer source backed by a VMO.
Implementations§
Trait Implementations§
Source§impl Debug for BufferSource
impl Debug for BufferSource
Source§impl Drop for BufferSource
impl Drop for BufferSource
impl Send for BufferSource
impl Sync for BufferSource
Auto Trait Implementations§
impl Freeze for BufferSource
impl RefUnwindSafe for BufferSource
impl Unpin for BufferSource
impl UnwindSafe for BufferSource
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