#[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 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 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