#[repr(C)]pub struct ClearDepthStencilValue {
    pub depth: f32,
    pub stencil: u32,
}Expand description
Fields§
§depth: f32§stencil: u32Implementations§
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 duplicate 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 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