Struct wgpu_core::present::SurfaceOutput
source · [−]Fields
status: Status
texture_id: Option<TextureId>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SurfaceOutput
impl Send for SurfaceOutput
impl Sync for SurfaceOutput
impl Unpin for SurfaceOutput
impl !UnwindSafe for SurfaceOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more