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