Struct ash::vk::ClearDepthStencilValue
source · #[repr(C)]pub struct ClearDepthStencilValue {
pub depth: f32,
pub stencil: u32,
}
Expand description
Fields§
§depth: f32
§stencil: u32
Implementations§
source§impl ClearDepthStencilValue
impl ClearDepthStencilValue
pub fn builder<'a>() -> ClearDepthStencilValueBuilder<'a>
Trait Implementations§
source§impl Clone for ClearDepthStencilValue
impl Clone for ClearDepthStencilValue
source§fn clone(&self) -> ClearDepthStencilValue
fn clone(&self) -> ClearDepthStencilValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ClearDepthStencilValue
impl Debug for ClearDepthStencilValue
source§impl Default for ClearDepthStencilValue
impl Default for ClearDepthStencilValue
source§fn default() -> ClearDepthStencilValue
fn default() -> ClearDepthStencilValue
Returns the “default value” for a type. Read more
impl Copy for ClearDepthStencilValue
Auto Trait Implementations§
impl Freeze for ClearDepthStencilValue
impl RefUnwindSafe for ClearDepthStencilValue
impl Send for ClearDepthStencilValue
impl Sync for ClearDepthStencilValue
impl Unpin for ClearDepthStencilValue
impl UnwindSafe for ClearDepthStencilValue
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