Struct gfx_core::handle::RawDepthStencilView [−][src]
pub struct RawDepthStencilView<R: Resources>(_, _, _);
Raw DSV
Implementations
impl<R: Resources> RawDepthStencilView<R>
[src][−]
pub fn get_dimensions(&self) -> Dimensions
[src][−]
Get target dimensions
pub fn get_texture(&self) -> &RawTexture<R>
[src][−]
Get the associated texture
Trait Implementations
impl<R: Clone + Resources> Clone for RawDepthStencilView<R> where
R::DepthStencilView: Clone,
[src][+]
R::DepthStencilView: Clone,
impl<R: Debug + Resources> Debug for RawDepthStencilView<R> where
R::DepthStencilView: Debug,
[src][+]
R::DepthStencilView: Debug,
impl<R: Eq + Resources> Eq for RawDepthStencilView<R> where
R::DepthStencilView: Eq,
[src]
R::DepthStencilView: Eq,
impl<R: Hash + Resources> Hash for RawDepthStencilView<R> where
R::DepthStencilView: Hash,
[src][+]
R::DepthStencilView: Hash,
impl<R: PartialEq + Resources> PartialEq<RawDepthStencilView<R>> for RawDepthStencilView<R> where
R::DepthStencilView: PartialEq,
[src][+]
R::DepthStencilView: PartialEq,
impl<R: Resources> StructuralEq for RawDepthStencilView<R>
[src]
impl<R: Resources> StructuralPartialEq for RawDepthStencilView<R>
[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for RawDepthStencilView<R> where
<R as Resources>::DepthStencilView: RefUnwindSafe,
<R as Resources>::Texture: RefUnwindSafe,
<R as Resources>::DepthStencilView: RefUnwindSafe,
<R as Resources>::Texture: RefUnwindSafe,
impl<R> Send for RawDepthStencilView<R>
impl<R> Sync for RawDepthStencilView<R>
impl<R> Unpin for RawDepthStencilView<R>
impl<R> UnwindSafe for RawDepthStencilView<R> where
<R as Resources>::DepthStencilView: RefUnwindSafe,
<R as Resources>::Texture: RefUnwindSafe,
<R as Resources>::DepthStencilView: RefUnwindSafe,
<R as Resources>::Texture: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,