pub struct DepthStencilEmpty;Trait Implementations§
Source§impl IsSetDepthStencil for DepthStencilEmpty
impl IsSetDepthStencil for DepthStencilEmpty
fn get(self) -> Option<RenderBundleDepthStencil>
impl DepthStencilIsEmpty for DepthStencilEmpty
impl Field for DepthStencilEmpty
Auto Trait Implementations§
impl Freeze for DepthStencilEmpty
impl RefUnwindSafe for DepthStencilEmpty
impl Send for DepthStencilEmpty
impl Sync for DepthStencilEmpty
impl Unpin for DepthStencilEmpty
impl UnwindSafe for DepthStencilEmpty
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