pub struct TexelCopyTextureInfo {
pub texture: Option<Texture>,
pub mip_level: Option<u32>,
pub origin: Option<Origin3D>,
pub aspect: Option<TextureAspect>,
}Fields§
§texture: Option<Texture>§mip_level: Option<u32>§origin: Option<Origin3D>§aspect: Option<TextureAspect>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TexelCopyTextureInfo
impl RefUnwindSafe for TexelCopyTextureInfo
impl Send for TexelCopyTextureInfo
impl Sync for TexelCopyTextureInfo
impl Unpin for TexelCopyTextureInfo
impl UnsafeUnpin for TexelCopyTextureInfo
impl UnwindSafe for TexelCopyTextureInfo
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