#[repr(C)]pub struct WGPURenderPassDescriptor {
pub nextInChain: *mut WGPUChainedStruct,
pub label: WGPUStringView,
pub colorAttachmentCount: usize,
pub colorAttachments: *const WGPURenderPassColorAttachment,
pub depthStencilAttachment: *const WGPURenderPassDepthStencilAttachment,
pub occlusionQuerySet: WGPUQuerySet,
pub timestampWrites: *const WGPUPassTimestampWrites,
}Fields§
§nextInChain: *mut WGPUChainedStruct§label: WGPUStringView§colorAttachmentCount: usize§colorAttachments: *const WGPURenderPassColorAttachment§depthStencilAttachment: *const WGPURenderPassDepthStencilAttachment§occlusionQuerySet: WGPUQuerySet§timestampWrites: *const WGPUPassTimestampWritesTrait Implementations§
Source§impl Clone for WGPURenderPassDescriptor
impl Clone for WGPURenderPassDescriptor
Source§fn clone(&self) -> WGPURenderPassDescriptor
fn clone(&self) -> WGPURenderPassDescriptor
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 Debug for WGPURenderPassDescriptor
impl Debug for WGPURenderPassDescriptor
Source§impl Default for WGPURenderPassDescriptor
impl Default for WGPURenderPassDescriptor
Source§impl Hash for WGPURenderPassDescriptor
impl Hash for WGPURenderPassDescriptor
Source§impl Ord for WGPURenderPassDescriptor
impl Ord for WGPURenderPassDescriptor
Source§fn cmp(&self, other: &WGPURenderPassDescriptor) -> Ordering
fn cmp(&self, other: &WGPURenderPassDescriptor) -> 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 WGPURenderPassDescriptor
impl PartialEq for WGPURenderPassDescriptor
Source§impl PartialOrd for WGPURenderPassDescriptor
impl PartialOrd for WGPURenderPassDescriptor
impl Copy for WGPURenderPassDescriptor
impl Eq for WGPURenderPassDescriptor
impl StructuralPartialEq for WGPURenderPassDescriptor
Auto Trait Implementations§
impl Freeze for WGPURenderPassDescriptor
impl RefUnwindSafe for WGPURenderPassDescriptor
impl !Send for WGPURenderPassDescriptor
impl !Sync for WGPURenderPassDescriptor
impl Unpin for WGPURenderPassDescriptor
impl UnwindSafe for WGPURenderPassDescriptor
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