Struct gfx::handle::RawDepthStencilView [−][src]
Raw DSV
Implementations
impl<R> RawDepthStencilView<R> where
R: Resources,
[src]
R: Resources,
pub fn get_dimensions(&self) -> (u16, u16, u16, AaMode)
[src]
Get target dimensions
pub fn get_texture(&self) -> &RawTexture<R>
[src]
Get the associated texture
Trait Implementations
impl<R> Clone for RawDepthStencilView<R> where
R: Clone + Resources,
<R as Resources>::DepthStencilView: Clone,
[src]
R: Clone + Resources,
<R as Resources>::DepthStencilView: Clone,
pub fn clone(&self) -> RawDepthStencilView<R>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<R> Debug for RawDepthStencilView<R> where
R: Debug + Resources,
<R as Resources>::DepthStencilView: Debug,
[src]
R: Debug + Resources,
<R as Resources>::DepthStencilView: Debug,
impl<R> Eq for RawDepthStencilView<R> where
R: Eq + Resources,
<R as Resources>::DepthStencilView: Eq,
[src]
R: Eq + Resources,
<R as Resources>::DepthStencilView: Eq,
impl<R> Hash for RawDepthStencilView<R> where
R: Hash + Resources,
<R as Resources>::DepthStencilView: Hash,
[src]
R: Hash + Resources,
<R as Resources>::DepthStencilView: Hash,
pub fn hash<__H>(&self, state: &mut __H) where
__H: Hasher,
[src]
__H: Hasher,
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<R> PartialEq<RawDepthStencilView<R>> for RawDepthStencilView<R> where
R: PartialEq<R> + Resources,
<R as Resources>::DepthStencilView: PartialEq<<R as Resources>::DepthStencilView>,
[src]
R: PartialEq<R> + Resources,
<R as Resources>::DepthStencilView: PartialEq<<R as Resources>::DepthStencilView>,
pub fn eq(&self, other: &RawDepthStencilView<R>) -> bool
[src]
pub fn ne(&self, other: &RawDepthStencilView<R>) -> bool
[src]
impl<R> StructuralEq for RawDepthStencilView<R> where
R: Resources,
[src]
R: Resources,
impl<R> StructuralPartialEq for RawDepthStencilView<R> where
R: Resources,
[src]
R: Resources,
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,
pub fn borrow_mut(&mut self) -> &mut T
[src]
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,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,