#[repr(C)]pub struct WGPUImageCopyExternalTexture {
pub nextInChain: *mut WGPUChainedStruct,
pub externalTexture: WGPUExternalTexture,
pub origin: WGPUOrigin3D,
pub naturalSize: WGPUExtent2D,
}Fields§
§nextInChain: *mut WGPUChainedStruct§externalTexture: WGPUExternalTexture§origin: WGPUOrigin3D§naturalSize: WGPUExtent2DTrait Implementations§
Source§impl Clone for WGPUImageCopyExternalTexture
impl Clone for WGPUImageCopyExternalTexture
Source§fn clone(&self) -> WGPUImageCopyExternalTexture
fn clone(&self) -> WGPUImageCopyExternalTexture
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 WGPUImageCopyExternalTexture
impl Debug for WGPUImageCopyExternalTexture
Source§impl Hash for WGPUImageCopyExternalTexture
impl Hash for WGPUImageCopyExternalTexture
Source§impl Ord for WGPUImageCopyExternalTexture
impl Ord for WGPUImageCopyExternalTexture
Source§fn cmp(&self, other: &WGPUImageCopyExternalTexture) -> Ordering
fn cmp(&self, other: &WGPUImageCopyExternalTexture) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUImageCopyExternalTexture
impl PartialEq for WGPUImageCopyExternalTexture
Source§fn eq(&self, other: &WGPUImageCopyExternalTexture) -> bool
fn eq(&self, other: &WGPUImageCopyExternalTexture) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WGPUImageCopyExternalTexture
impl PartialOrd for WGPUImageCopyExternalTexture
impl Copy for WGPUImageCopyExternalTexture
impl Eq for WGPUImageCopyExternalTexture
impl StructuralPartialEq for WGPUImageCopyExternalTexture
Auto Trait Implementations§
impl Freeze for WGPUImageCopyExternalTexture
impl RefUnwindSafe for WGPUImageCopyExternalTexture
impl !Send for WGPUImageCopyExternalTexture
impl !Sync for WGPUImageCopyExternalTexture
impl Unpin for WGPUImageCopyExternalTexture
impl UnwindSafe for WGPUImageCopyExternalTexture
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