Union vulkanalia_sys::ClearValue
source · [−]#[repr(C)]
pub union ClearValue {
pub color: ClearColorValue,
pub depth_stencil: ClearDepthStencilValue,
}Expand description
Fields
color: ClearColorValuedepth_stencil: ClearDepthStencilValueTrait Implementations
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