Struct wgpu_core::swap_chain::SwapChainOutput [−][src]
#[repr(C)]pub struct SwapChainOutput { pub status: SwapChainStatus, pub view_id: Option<TextureViewId>, }
Fields
status: SwapChainStatus
view_id: Option<TextureViewId>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SwapChainOutput
impl Send for SwapChainOutput
impl Sync for SwapChainOutput
impl Unpin for SwapChainOutput
impl !UnwindSafe for SwapChainOutput
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more