pub struct DawnRenderPassSampleCount {
pub sample_count: Option<u32>,
}Fields§
§sample_count: Option<u32>Implementations§
Trait Implementations§
Source§impl Default for DawnRenderPassSampleCount
impl Default for DawnRenderPassSampleCount
Source§impl From<DawnRenderPassSampleCount> for RenderPassDescriptorExtension
impl From<DawnRenderPassSampleCount> for RenderPassDescriptorExtension
Source§fn from(ext: DawnRenderPassSampleCount) -> Self
fn from(ext: DawnRenderPassSampleCount) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DawnRenderPassSampleCount
impl RefUnwindSafe for DawnRenderPassSampleCount
impl Send for DawnRenderPassSampleCount
impl Sync for DawnRenderPassSampleCount
impl Unpin for DawnRenderPassSampleCount
impl UnsafeUnpin for DawnRenderPassSampleCount
impl UnwindSafe for DawnRenderPassSampleCount
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