pub struct ClearDepthStencilValueBuilder { /* private fields */ }Expand description
Builder for ClearDepthStencilValue.
Implementations§
Trait Implementations§
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