#[repr(C)]pub struct WGPUTexelCopyTextureInfo {
pub texture: WGPUTexture,
pub mipLevel: u32,
pub origin: WGPUOrigin3D,
pub aspect: WGPUTextureAspect,
}Fields§
§texture: WGPUTexture§mipLevel: u32§origin: WGPUOrigin3D§aspect: WGPUTextureAspectTrait Implementations§
Source§impl Clone for WGPUTexelCopyTextureInfo
impl Clone for WGPUTexelCopyTextureInfo
Source§fn clone(&self) -> WGPUTexelCopyTextureInfo
fn clone(&self) -> WGPUTexelCopyTextureInfo
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 WGPUTexelCopyTextureInfo
impl Debug for WGPUTexelCopyTextureInfo
impl Copy for WGPUTexelCopyTextureInfo
Auto Trait Implementations§
impl Freeze for WGPUTexelCopyTextureInfo
impl RefUnwindSafe for WGPUTexelCopyTextureInfo
impl !Send for WGPUTexelCopyTextureInfo
impl !Sync for WGPUTexelCopyTextureInfo
impl Unpin for WGPUTexelCopyTextureInfo
impl UnwindSafe for WGPUTexelCopyTextureInfo
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