pub enum ColorTargetStateExtension {
ColorTargetStateExpandResolveTextureDawn(ColorTargetStateExpandResolveTextureDawn),
}Variants§
ColorTargetStateExpandResolveTextureDawn(ColorTargetStateExpandResolveTextureDawn)
Trait Implementations§
Source§impl From<ColorTargetStateExpandResolveTextureDawn> for ColorTargetStateExtension
impl From<ColorTargetStateExpandResolveTextureDawn> for ColorTargetStateExtension
Source§fn from(ext: ColorTargetStateExpandResolveTextureDawn) -> Self
fn from(ext: ColorTargetStateExpandResolveTextureDawn) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ColorTargetStateExtension
impl RefUnwindSafe for ColorTargetStateExtension
impl Send for ColorTargetStateExtension
impl Sync for ColorTargetStateExtension
impl Unpin for ColorTargetStateExtension
impl UnsafeUnpin for ColorTargetStateExtension
impl UnwindSafe for ColorTargetStateExtension
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