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