pub struct ClearDepthStencilValueBuilder { /* private fields */ }Expand description
Builder for ClearDepthStencilValue.
Implementations§
Source§impl ClearDepthStencilValueBuilder
impl ClearDepthStencilValueBuilder
pub fn depth(self, value: f32) -> ClearDepthStencilValueBuilder
pub fn stencil(self, value: u32) -> ClearDepthStencilValueBuilder
Trait Implementations§
Source§impl Deref for ClearDepthStencilValueBuilder
impl Deref for ClearDepthStencilValueBuilder
Source§type Target = ClearDepthStencilValue
type Target = ClearDepthStencilValue
The resulting type after dereferencing.
Auto Trait Implementations§
impl Freeze for ClearDepthStencilValueBuilder
impl RefUnwindSafe for ClearDepthStencilValueBuilder
impl Send for ClearDepthStencilValueBuilder
impl Sync for ClearDepthStencilValueBuilder
impl Unpin for ClearDepthStencilValueBuilder
impl UnsafeUnpin for ClearDepthStencilValueBuilder
impl UnwindSafe for ClearDepthStencilValueBuilder
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