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