pub struct ColorTargetStateExpandResolveTextureDawn {
pub enabled: Option<bool>,
}Fields§
§enabled: Option<bool>Implementations§
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 ColorTargetStateExpandResolveTextureDawn
impl RefUnwindSafe for ColorTargetStateExpandResolveTextureDawn
impl Send for ColorTargetStateExpandResolveTextureDawn
impl Sync for ColorTargetStateExpandResolveTextureDawn
impl Unpin for ColorTargetStateExpandResolveTextureDawn
impl UnsafeUnpin for ColorTargetStateExpandResolveTextureDawn
impl UnwindSafe for ColorTargetStateExpandResolveTextureDawn
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