#[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 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 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