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