Struct gfx::handle::RawRenderTargetView [−][src]
Raw RTV
Implementations
impl<R> RawRenderTargetView<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 RawRenderTargetView<R> where
R: Clone + Resources,
<R as Resources>::RenderTargetView: Clone,
[src]
R: Clone + Resources,
<R as Resources>::RenderTargetView: Clone,
pub fn clone(&self) -> RawRenderTargetView<R>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<R> Debug for RawRenderTargetView<R> where
R: Debug + Resources,
<R as Resources>::RenderTargetView: Debug,
[src]
R: Debug + Resources,
<R as Resources>::RenderTargetView: Debug,
impl<R> Eq for RawRenderTargetView<R> where
R: Eq + Resources,
<R as Resources>::RenderTargetView: Eq,
[src]
R: Eq + Resources,
<R as Resources>::RenderTargetView: Eq,
impl<R> Hash for RawRenderTargetView<R> where
R: Hash + Resources,
<R as Resources>::RenderTargetView: Hash,
[src]
R: Hash + Resources,
<R as Resources>::RenderTargetView: 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<RawRenderTargetView<R>> for RawRenderTargetView<R> where
R: PartialEq<R> + Resources,
<R as Resources>::RenderTargetView: PartialEq<<R as Resources>::RenderTargetView>,
[src]
R: PartialEq<R> + Resources,
<R as Resources>::RenderTargetView: PartialEq<<R as Resources>::RenderTargetView>,
pub fn eq(&self, other: &RawRenderTargetView<R>) -> bool
[src]
pub fn ne(&self, other: &RawRenderTargetView<R>) -> bool
[src]
impl<R> StructuralEq for RawRenderTargetView<R> where
R: Resources,
[src]
R: Resources,
impl<R> StructuralPartialEq for RawRenderTargetView<R> where
R: Resources,
[src]
R: Resources,
Auto Trait Implementations
impl<R> RefUnwindSafe for RawRenderTargetView<R> where
<R as Resources>::RenderTargetView: RefUnwindSafe,
<R as Resources>::Texture: RefUnwindSafe,
<R as Resources>::RenderTargetView: RefUnwindSafe,
<R as Resources>::Texture: RefUnwindSafe,
impl<R> Send for RawRenderTargetView<R>
impl<R> Sync for RawRenderTargetView<R>
impl<R> Unpin for RawRenderTargetView<R>
impl<R> UnwindSafe for RawRenderTargetView<R> where
<R as Resources>::RenderTargetView: RefUnwindSafe,
<R as Resources>::Texture: RefUnwindSafe,
<R as Resources>::RenderTargetView: 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>,