Struct wgpu_hal::TextureCopy
source · [−]pub struct TextureCopy {
pub src_base: TextureCopyBase,
pub dst_base: TextureCopyBase,
pub size: CopyExtent,
}
Fields
src_base: TextureCopyBase
dst_base: TextureCopyBase
size: CopyExtent
Implementations
sourceimpl TextureCopy
impl TextureCopy
pub fn clamp_size_to_virtual(
&mut self,
full_src_size: &CopyExtent,
full_dst_size: &CopyExtent
)
Trait Implementations
sourceimpl Clone for TextureCopy
impl Clone for TextureCopy
sourcefn clone(&self) -> TextureCopy
fn clone(&self) -> TextureCopy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl RefUnwindSafe for TextureCopy
impl Send for TextureCopy
impl Sync for TextureCopy
impl Unpin for TextureCopy
impl UnwindSafe for TextureCopy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more