#[repr(C)]pub struct WGPUDawnRenderPassColorAttachmentRenderToSingleSampled {
pub chain: WGPUChainedStruct,
pub implicitSampleCount: u32,
}Fields§
§chain: WGPUChainedStruct§implicitSampleCount: u32Trait Implementations§
Source§impl Clone for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl Clone for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
Source§fn clone(&self) -> WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
fn clone(&self) -> WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
Auto Trait Implementations§
impl Freeze for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl RefUnwindSafe for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl !Send for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl !Sync for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl Unpin for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl UnwindSafe for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
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