Struct wgpu_core::present::ResolvedSurfaceOutput
source · pub struct ResolvedSurfaceOutput {
pub status: SurfaceStatus,
pub texture: Option<Arc<Texture>>,
}
Fields§
§status: SurfaceStatus
§texture: Option<Arc<Texture>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedSurfaceOutput
impl !RefUnwindSafe for ResolvedSurfaceOutput
impl Send for ResolvedSurfaceOutput
impl Sync for ResolvedSurfaceOutput
impl Unpin for ResolvedSurfaceOutput
impl !UnwindSafe for ResolvedSurfaceOutput
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