#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WGPUImageCopyExternalTexture
Source§impl Debug for WGPUImageCopyExternalTexture
impl Debug for WGPUImageCopyExternalTexture
impl Eq 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 (const: unstable) · 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 PartialOrd for WGPUImageCopyExternalTexture
impl PartialOrd for WGPUImageCopyExternalTexture
impl StructuralPartialEq for WGPUImageCopyExternalTexture
Auto Trait Implementations§
impl !Send for WGPUImageCopyExternalTexture
impl !Sync for WGPUImageCopyExternalTexture
impl Freeze for WGPUImageCopyExternalTexture
impl RefUnwindSafe for WGPUImageCopyExternalTexture
impl Unpin for WGPUImageCopyExternalTexture
impl UnsafeUnpin 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