pub struct SurfaceDataGuard<'a> {
phantom: PhantomData<&'a ()>,
}
Expand description
Represents the CPU view of the pixel data of this surface.
Fields§
§phantom: PhantomData<&'a ()>
Auto Trait Implementations§
impl<'a> Freeze for SurfaceDataGuard<'a>
impl<'a> RefUnwindSafe for SurfaceDataGuard<'a>
impl<'a> Send for SurfaceDataGuard<'a>
impl<'a> Sync for SurfaceDataGuard<'a>
impl<'a> Unpin for SurfaceDataGuard<'a>
impl<'a> UnwindSafe for SurfaceDataGuard<'a>
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