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