pub struct CoreExternalTexture {
pub(crate) context: ContextWgpuCore,
id: ExternalTextureId,
}
Available on
wgpu_core
only.Fields§
§context: ContextWgpuCore
§id: ExternalTextureId
Trait Implementations§
Source§impl Debug for CoreExternalTexture
impl Debug for CoreExternalTexture
Source§impl Drop for CoreExternalTexture
impl Drop for CoreExternalTexture
Source§impl From<CoreExternalTexture> for DispatchExternalTexture
impl From<CoreExternalTexture> for DispatchExternalTexture
Source§fn from(value: CoreExternalTexture) -> Self
fn from(value: CoreExternalTexture) -> Self
Converts to this type from the input type.
Source§impl Hash for CoreExternalTexture
impl Hash for CoreExternalTexture
Source§impl Ord for CoreExternalTexture
impl Ord for CoreExternalTexture
Source§impl PartialEq for CoreExternalTexture
impl PartialEq for CoreExternalTexture
Source§impl PartialOrd for CoreExternalTexture
impl PartialOrd for CoreExternalTexture
impl Eq for CoreExternalTexture
Auto Trait Implementations§
impl Freeze for CoreExternalTexture
impl !RefUnwindSafe for CoreExternalTexture
impl Send for CoreExternalTexture
impl Sync for CoreExternalTexture
impl Unpin for CoreExternalTexture
impl !UnwindSafe for CoreExternalTexture
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
Compare self to
key
and return true
if they are equal.