#[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 duplicate 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 moreSource§impl Ord for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl Ord for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
Source§fn cmp(
&self,
other: &WGPUDawnRenderPassColorAttachmentRenderToSingleSampled,
) -> Ordering
fn cmp( &self, other: &WGPUDawnRenderPassColorAttachmentRenderToSingleSampled, ) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl PartialEq for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
Source§fn eq(
&self,
other: &WGPUDawnRenderPassColorAttachmentRenderToSingleSampled,
) -> bool
fn eq( &self, other: &WGPUDawnRenderPassColorAttachmentRenderToSingleSampled, ) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl PartialOrd for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl Copy for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl Eq for WGPUDawnRenderPassColorAttachmentRenderToSingleSampled
impl StructuralPartialEq 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