#[repr(C)]pub struct WGPURenderPassStorageAttachment {
pub nextInChain: *mut WGPUChainedStruct,
pub offset: u64,
pub storage: WGPUTextureView,
pub loadOp: WGPULoadOp,
pub storeOp: WGPUStoreOp,
pub clearValue: WGPUColor,
}Fields§
§nextInChain: *mut WGPUChainedStruct§offset: u64§storage: WGPUTextureView§loadOp: WGPULoadOp§storeOp: WGPUStoreOp§clearValue: WGPUColorTrait Implementations§
Source§impl Clone for WGPURenderPassStorageAttachment
impl Clone for WGPURenderPassStorageAttachment
Source§fn clone(&self) -> WGPURenderPassStorageAttachment
fn clone(&self) -> WGPURenderPassStorageAttachment
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 PartialEq for WGPURenderPassStorageAttachment
impl PartialEq for WGPURenderPassStorageAttachment
Source§fn eq(&self, other: &WGPURenderPassStorageAttachment) -> bool
fn eq(&self, other: &WGPURenderPassStorageAttachment) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPURenderPassStorageAttachment
impl PartialOrd for WGPURenderPassStorageAttachment
impl Copy for WGPURenderPassStorageAttachment
impl StructuralPartialEq for WGPURenderPassStorageAttachment
Auto Trait Implementations§
impl Freeze for WGPURenderPassStorageAttachment
impl RefUnwindSafe for WGPURenderPassStorageAttachment
impl !Send for WGPURenderPassStorageAttachment
impl !Sync for WGPURenderPassStorageAttachment
impl Unpin for WGPURenderPassStorageAttachment
impl UnwindSafe for WGPURenderPassStorageAttachment
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