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