#[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 (const: unstable) · 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
impl Eq for WGPURenderPassPixelLocalStorage
Source§impl Ord for WGPURenderPassPixelLocalStorage
impl Ord for WGPURenderPassPixelLocalStorage
Source§fn cmp(&self, other: &WGPURenderPassPixelLocalStorage) -> Ordering
fn cmp(&self, other: &WGPURenderPassPixelLocalStorage) -> Ordering
1.21.0 (const: unstable) · 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 PartialOrd for WGPURenderPassPixelLocalStorage
impl PartialOrd for WGPURenderPassPixelLocalStorage
impl StructuralPartialEq for WGPURenderPassPixelLocalStorage
Auto Trait Implementations§
impl !Send for WGPURenderPassPixelLocalStorage
impl !Sync for WGPURenderPassPixelLocalStorage
impl Freeze for WGPURenderPassPixelLocalStorage
impl RefUnwindSafe for WGPURenderPassPixelLocalStorage
impl Unpin for WGPURenderPassPixelLocalStorage
impl UnsafeUnpin 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