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§
source§impl TextureCopy
impl TextureCopy
pub fn clamp_size_to_virtual( &mut self, full_src_size: &CopyExtent, full_dst_size: &CopyExtent )
Trait Implementations§
source§impl Clone for TextureCopy
impl Clone for TextureCopy
source§fn clone(&self) -> TextureCopy
fn clone(&self) -> TextureCopy
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 moreAuto Trait Implementations§
impl RefUnwindSafe for TextureCopy
impl Send for TextureCopy
impl Sync for TextureCopy
impl Unpin for TextureCopy
impl UnwindSafe for TextureCopy
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