#[repr(C)]pub struct WGPUTextureBindingViewDimensionDescriptor {
pub chain: WGPUChainedStruct,
pub textureBindingViewDimension: WGPUTextureViewDimension,
}Fields§
§chain: WGPUChainedStruct§textureBindingViewDimension: WGPUTextureViewDimensionTrait Implementations§
Source§impl Clone for WGPUTextureBindingViewDimensionDescriptor
impl Clone for WGPUTextureBindingViewDimensionDescriptor
Source§fn clone(&self) -> WGPUTextureBindingViewDimensionDescriptor
fn clone(&self) -> WGPUTextureBindingViewDimensionDescriptor
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 WGPUTextureBindingViewDimensionDescriptor
Auto Trait Implementations§
impl Freeze for WGPUTextureBindingViewDimensionDescriptor
impl RefUnwindSafe for WGPUTextureBindingViewDimensionDescriptor
impl !Send for WGPUTextureBindingViewDimensionDescriptor
impl !Sync for WGPUTextureBindingViewDimensionDescriptor
impl Unpin for WGPUTextureBindingViewDimensionDescriptor
impl UnwindSafe for WGPUTextureBindingViewDimensionDescriptor
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