#[repr(C)]pub struct WGPURenderPassPixelLocalStorage {
pub chain: WGPUChainedStruct,
pub totalPixelLocalStorageSize: u64,
pub storageAttachmentCount: usize,
pub storageAttachments: *const WGPURenderPassStorageAttachment,
}Fields§
§chain: WGPUChainedStruct§totalPixelLocalStorageSize: u64§storageAttachmentCount: usize§storageAttachments: *const WGPURenderPassStorageAttachmentTrait Implementations§
Source§impl Clone for WGPURenderPassPixelLocalStorage
impl Clone for WGPURenderPassPixelLocalStorage
Source§fn clone(&self) -> WGPURenderPassPixelLocalStorage
fn clone(&self) -> WGPURenderPassPixelLocalStorage
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 WGPURenderPassPixelLocalStorage
Auto Trait Implementations§
impl Freeze for WGPURenderPassPixelLocalStorage
impl RefUnwindSafe for WGPURenderPassPixelLocalStorage
impl !Send for WGPURenderPassPixelLocalStorage
impl !Sync for WGPURenderPassPixelLocalStorage
impl Unpin for WGPURenderPassPixelLocalStorage
impl UnwindSafe for WGPURenderPassPixelLocalStorage
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