Struct glium::buffer::ReadMapping
source · pub struct ReadMapping<'b, D>where
D: Content + ?Sized,{ /* private fields */ }
Expand description
A mapping of a buffer for reading.
Trait Implementations§
Auto Trait Implementations§
impl<'b, D> !RefUnwindSafe for ReadMapping<'b, D>
impl<'b, D> !Send for ReadMapping<'b, D>
impl<'b, D: ?Sized> Sync for ReadMapping<'b, D>where D: Send + Sync,
impl<'b, D: ?Sized> Unpin for ReadMapping<'b, D>
impl<'b, D> !UnwindSafe for ReadMapping<'b, D>
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