pub struct TextureBindingViewDimensionDescriptor {
pub texture_binding_view_dimension: Option<TextureViewDimension>,
}Fields§
§texture_binding_view_dimension: Option<TextureViewDimension>Implementations§
Trait Implementations§
Source§impl From<TextureBindingViewDimensionDescriptor> for TextureDescriptorExtension
impl From<TextureBindingViewDimensionDescriptor> for TextureDescriptorExtension
Source§fn from(ext: TextureBindingViewDimensionDescriptor) -> Self
fn from(ext: TextureBindingViewDimensionDescriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TextureBindingViewDimensionDescriptor
impl RefUnwindSafe for TextureBindingViewDimensionDescriptor
impl Send for TextureBindingViewDimensionDescriptor
impl Sync for TextureBindingViewDimensionDescriptor
impl Unpin for TextureBindingViewDimensionDescriptor
impl UnwindSafe for TextureBindingViewDimensionDescriptor
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