#[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 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 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