#[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 · 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 WGPUPipelineLayoutStorageAttachment
impl Ord for WGPUPipelineLayoutStorageAttachment
Source§fn cmp(&self, other: &WGPUPipelineLayoutStorageAttachment) -> Ordering
fn cmp(&self, other: &WGPUPipelineLayoutStorageAttachment) -> 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 WGPUPipelineLayoutStorageAttachment
impl PartialEq for WGPUPipelineLayoutStorageAttachment
Source§fn eq(&self, other: &WGPUPipelineLayoutStorageAttachment) -> bool
fn eq(&self, other: &WGPUPipelineLayoutStorageAttachment) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUPipelineLayoutStorageAttachment
impl PartialOrd for WGPUPipelineLayoutStorageAttachment
impl Copy for WGPUPipelineLayoutStorageAttachment
impl Eq for WGPUPipelineLayoutStorageAttachment
impl StructuralPartialEq 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