pub enum RenderPassColorAttachmentExtension {
DawnRenderPassColorAttachmentRenderToSingleSampled(DawnRenderPassColorAttachmentRenderToSingleSampled),
}Variants§
DawnRenderPassColorAttachmentRenderToSingleSampled(DawnRenderPassColorAttachmentRenderToSingleSampled)
Trait Implementations§
Source§impl From<DawnRenderPassColorAttachmentRenderToSingleSampled> for RenderPassColorAttachmentExtension
impl From<DawnRenderPassColorAttachmentRenderToSingleSampled> for RenderPassColorAttachmentExtension
Source§fn from(ext: DawnRenderPassColorAttachmentRenderToSingleSampled) -> Self
fn from(ext: DawnRenderPassColorAttachmentRenderToSingleSampled) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RenderPassColorAttachmentExtension
impl RefUnwindSafe for RenderPassColorAttachmentExtension
impl Send for RenderPassColorAttachmentExtension
impl Sync for RenderPassColorAttachmentExtension
impl Unpin for RenderPassColorAttachmentExtension
impl UnwindSafe for RenderPassColorAttachmentExtension
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