pub enum DepthStencilStateExtension {}Auto Trait Implementations§
impl Freeze for DepthStencilStateExtension
impl RefUnwindSafe for DepthStencilStateExtension
impl Send for DepthStencilStateExtension
impl Sync for DepthStencilStateExtension
impl Unpin for DepthStencilStateExtension
impl UnsafeUnpin for DepthStencilStateExtension
impl UnwindSafe for DepthStencilStateExtension
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