Struct vk_sys::ClearDepthStencilValue [−][src]
Fields
depth: f32
stencil: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ClearDepthStencilValue
impl Send for ClearDepthStencilValue
impl Sync for ClearDepthStencilValue
impl Unpin for ClearDepthStencilValue
impl UnwindSafe for ClearDepthStencilValue
Blanket Implementations
Mutably borrows from an owned value. Read more