pub struct TextureView { /* private fields */ }Trait Implementations§
Source§impl Clone for TextureView
impl Clone for TextureView
Source§fn clone(&self) -> TextureView
fn clone(&self) -> TextureView
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextureView
impl Debug for TextureView
Source§impl Default for TextureView
impl Default for TextureView
Source§fn default() -> TextureView
fn default() -> TextureView
Returns the “default value” for a type. Read more
Source§impl HasShaderBinding for TextureView
impl HasShaderBinding for TextureView
const TYPE: ShaderBinding = ShaderBinding::Texture
Source§impl Hash for TextureView
impl Hash for TextureView
Source§impl PartialEq for TextureView
impl PartialEq for TextureView
Source§impl ShaderBindable for TextureView
impl ShaderBindable for TextureView
fn bind_to(&self, ctx: &mut PipelineContext<'_>, index: u32)
impl Copy for TextureView
impl StructuralPartialEq for TextureView
Auto Trait Implementations§
impl Freeze for TextureView
impl RefUnwindSafe for TextureView
impl Send for TextureView
impl Sync for TextureView
impl Unpin for TextureView
impl UnwindSafe for TextureView
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