pub struct CoreTextureView {
pub(crate) context: ContextWgpuCore,
id: TextureViewId,
}
Available on
wgpu_core
only.Fields§
§context: ContextWgpuCore
§id: TextureViewId
Trait Implementations§
source§impl Debug for CoreTextureView
impl Debug for CoreTextureView
source§impl Drop for CoreTextureView
impl Drop for CoreTextureView
source§impl Hash for CoreTextureView
impl Hash for CoreTextureView
source§impl Ord for CoreTextureView
impl Ord for CoreTextureView
source§impl PartialEq for CoreTextureView
impl PartialEq for CoreTextureView
source§impl PartialOrd for CoreTextureView
impl PartialOrd for CoreTextureView
impl Eq for CoreTextureView
impl TextureViewInterface for CoreTextureView
Auto Trait Implementations§
impl Freeze for CoreTextureView
impl !RefUnwindSafe for CoreTextureView
impl Send for CoreTextureView
impl Sync for CoreTextureView
impl Unpin for CoreTextureView
impl !UnwindSafe for CoreTextureView
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.