pub struct DawnRenderPassColorAttachmentRenderToSingleSampled {
pub implicit_sample_count: Option<u32>,
}Fields§
§implicit_sample_count: Option<u32>Implementations§
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 DawnRenderPassColorAttachmentRenderToSingleSampled
impl RefUnwindSafe for DawnRenderPassColorAttachmentRenderToSingleSampled
impl Send for DawnRenderPassColorAttachmentRenderToSingleSampled
impl Sync for DawnRenderPassColorAttachmentRenderToSingleSampled
impl Unpin for DawnRenderPassColorAttachmentRenderToSingleSampled
impl UnwindSafe for DawnRenderPassColorAttachmentRenderToSingleSampled
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