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