#[repr(C)]pub struct WGPUPipelineLayoutStorageAttachment {
pub nextInChain: *mut WGPUChainedStruct,
pub offset: u64,
pub format: WGPUTextureFormat,
}Fields§
§nextInChain: *mut WGPUChainedStruct§offset: u64§format: WGPUTextureFormatTrait Implementations§
Source§impl Clone for WGPUPipelineLayoutStorageAttachment
impl Clone for WGPUPipelineLayoutStorageAttachment
Source§fn clone(&self) -> WGPUPipelineLayoutStorageAttachment
fn clone(&self) -> WGPUPipelineLayoutStorageAttachment
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 WGPUPipelineLayoutStorageAttachment
Auto Trait Implementations§
impl Freeze for WGPUPipelineLayoutStorageAttachment
impl RefUnwindSafe for WGPUPipelineLayoutStorageAttachment
impl !Send for WGPUPipelineLayoutStorageAttachment
impl !Sync for WGPUPipelineLayoutStorageAttachment
impl Unpin for WGPUPipelineLayoutStorageAttachment
impl UnwindSafe for WGPUPipelineLayoutStorageAttachment
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