#[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 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 Ord for WGPURenderPassPixelLocalStorage
impl Ord for WGPURenderPassPixelLocalStorage
Source§fn cmp(&self, other: &WGPURenderPassPixelLocalStorage) -> Ordering
fn cmp(&self, other: &WGPURenderPassPixelLocalStorage) -> 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 WGPURenderPassPixelLocalStorage
impl PartialEq for WGPURenderPassPixelLocalStorage
Source§fn eq(&self, other: &WGPURenderPassPixelLocalStorage) -> bool
fn eq(&self, other: &WGPURenderPassPixelLocalStorage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPURenderPassPixelLocalStorage
impl PartialOrd for WGPURenderPassPixelLocalStorage
impl Copy for WGPURenderPassPixelLocalStorage
impl Eq for WGPURenderPassPixelLocalStorage
impl StructuralPartialEq 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