#[repr(C)]pub struct WGPUStorageTextureBindingLayout {
pub nextInChain: *mut WGPUChainedStruct,
pub access: WGPUStorageTextureAccess,
pub format: WGPUTextureFormat,
pub viewDimension: WGPUTextureViewDimension,
}Fields§
§nextInChain: *mut WGPUChainedStruct§access: WGPUStorageTextureAccess§format: WGPUTextureFormat§viewDimension: WGPUTextureViewDimensionTrait Implementations§
Source§impl Clone for WGPUStorageTextureBindingLayout
impl Clone for WGPUStorageTextureBindingLayout
Source§fn clone(&self) -> WGPUStorageTextureBindingLayout
fn clone(&self) -> WGPUStorageTextureBindingLayout
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 WGPUStorageTextureBindingLayout
impl Ord for WGPUStorageTextureBindingLayout
Source§fn cmp(&self, other: &WGPUStorageTextureBindingLayout) -> Ordering
fn cmp(&self, other: &WGPUStorageTextureBindingLayout) -> 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 WGPUStorageTextureBindingLayout
impl PartialEq for WGPUStorageTextureBindingLayout
Source§fn eq(&self, other: &WGPUStorageTextureBindingLayout) -> bool
fn eq(&self, other: &WGPUStorageTextureBindingLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUStorageTextureBindingLayout
impl PartialOrd for WGPUStorageTextureBindingLayout
impl Copy for WGPUStorageTextureBindingLayout
impl Eq for WGPUStorageTextureBindingLayout
impl StructuralPartialEq for WGPUStorageTextureBindingLayout
Auto Trait Implementations§
impl Freeze for WGPUStorageTextureBindingLayout
impl RefUnwindSafe for WGPUStorageTextureBindingLayout
impl !Send for WGPUStorageTextureBindingLayout
impl !Sync for WGPUStorageTextureBindingLayout
impl Unpin for WGPUStorageTextureBindingLayout
impl UnwindSafe for WGPUStorageTextureBindingLayout
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