#[repr(C)]pub struct WGPUPipelineLayoutPixelLocalStorage {
pub chain: WGPUChainedStruct,
pub totalPixelLocalStorageSize: u64,
pub storageAttachmentCount: usize,
pub storageAttachments: *const WGPUPipelineLayoutStorageAttachment,
}Fields§
§chain: WGPUChainedStruct§totalPixelLocalStorageSize: u64§storageAttachmentCount: usize§storageAttachments: *const WGPUPipelineLayoutStorageAttachmentTrait Implementations§
Source§impl Clone for WGPUPipelineLayoutPixelLocalStorage
impl Clone for WGPUPipelineLayoutPixelLocalStorage
Source§fn clone(&self) -> WGPUPipelineLayoutPixelLocalStorage
fn clone(&self) -> WGPUPipelineLayoutPixelLocalStorage
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 WGPUPipelineLayoutPixelLocalStorage
impl Ord for WGPUPipelineLayoutPixelLocalStorage
Source§fn cmp(&self, other: &WGPUPipelineLayoutPixelLocalStorage) -> Ordering
fn cmp(&self, other: &WGPUPipelineLayoutPixelLocalStorage) -> 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 WGPUPipelineLayoutPixelLocalStorage
impl PartialEq for WGPUPipelineLayoutPixelLocalStorage
Source§fn eq(&self, other: &WGPUPipelineLayoutPixelLocalStorage) -> bool
fn eq(&self, other: &WGPUPipelineLayoutPixelLocalStorage) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUPipelineLayoutPixelLocalStorage
impl PartialOrd for WGPUPipelineLayoutPixelLocalStorage
impl Copy for WGPUPipelineLayoutPixelLocalStorage
impl Eq for WGPUPipelineLayoutPixelLocalStorage
impl StructuralPartialEq for WGPUPipelineLayoutPixelLocalStorage
Auto Trait Implementations§
impl Freeze for WGPUPipelineLayoutPixelLocalStorage
impl RefUnwindSafe for WGPUPipelineLayoutPixelLocalStorage
impl !Send for WGPUPipelineLayoutPixelLocalStorage
impl !Sync for WGPUPipelineLayoutPixelLocalStorage
impl Unpin for WGPUPipelineLayoutPixelLocalStorage
impl UnwindSafe for WGPUPipelineLayoutPixelLocalStorage
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