pub struct DepthStencilValue(/* private fields */);Expand description
Wrapper around D3D12_DEPTH_STENCIL_VALUE structure
Implementations§
Trait Implementations§
Source§impl Clone for DepthStencilValue
impl Clone for DepthStencilValue
Source§fn clone(&self) -> DepthStencilValue
fn clone(&self) -> DepthStencilValue
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 Debug for DepthStencilValue
impl Debug for DepthStencilValue
Source§impl Default for DepthStencilValue
impl Default for DepthStencilValue
Source§fn default() -> DepthStencilValue
fn default() -> DepthStencilValue
Returns the “default value” for a type. Read more
impl Copy for DepthStencilValue
Auto Trait Implementations§
impl Freeze for DepthStencilValue
impl RefUnwindSafe for DepthStencilValue
impl Send for DepthStencilValue
impl Sync for DepthStencilValue
impl Unpin for DepthStencilValue
impl UnwindSafe for DepthStencilValue
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