#[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 copy 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
impl Copy 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