pub struct CopyTextureDesc {
pub label: Option<String>,
pub source: TextureId,
pub destination: TextureId,
pub origin: Origin3d,
pub size: Size,
}Fields§
§label: Option<String>§source: TextureId§destination: TextureId§origin: Origin3d§size: SizeTrait Implementations§
Source§impl Clone for CopyTextureDesc
impl Clone for CopyTextureDesc
Source§fn clone(&self) -> CopyTextureDesc
fn clone(&self) -> CopyTextureDesc
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 moreAuto Trait Implementations§
impl Freeze for CopyTextureDesc
impl RefUnwindSafe for CopyTextureDesc
impl Send for CopyTextureDesc
impl Sync for CopyTextureDesc
impl Unpin for CopyTextureDesc
impl UnsafeUnpin for CopyTextureDesc
impl UnwindSafe for CopyTextureDesc
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