Expand description
Fields
depth: f32stencil: u32Implementations
sourceimpl ClearDepthStencilValue
impl ClearDepthStencilValue
pub fn builder<'a>() -> ClearDepthStencilValueBuilder<'a>
Trait Implementations
sourceimpl Clone for ClearDepthStencilValue
impl Clone for ClearDepthStencilValue
sourcefn clone(&self) -> ClearDepthStencilValue
fn clone(&self) -> ClearDepthStencilValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ClearDepthStencilValue
impl Debug for ClearDepthStencilValue
sourceimpl Default for ClearDepthStencilValue
impl Default for ClearDepthStencilValue
sourcefn default() -> ClearDepthStencilValue
fn default() -> ClearDepthStencilValue
Returns the “default value” for a type. Read more
impl Copy for ClearDepthStencilValue
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more