Union ash::vk::ClearValue [−][src]
#[repr(C)] pub union ClearValue { pub color: ClearColorValue, pub depth_stencil: ClearDepthStencilValue, }
Expand description
Fields
color: ClearColorValue
depth_stencil: ClearDepthStencilValue
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ClearValue
impl Send for ClearValue
impl Sync for ClearValue
impl Unpin for ClearValue
impl UnwindSafe for ClearValue
Blanket Implementations
Mutably borrows from an owned value. Read more