[−][src]Struct rendy_core::hal::command::ImageBlit
Parameters for an image blit operation, where a portion of one image is copied into another, possibly with scaling and filtering.
Fields
src_subresource: SubresourceLayers
Source image and layers.
src_bounds: Range<Offset>
Source image bounds.
dst_subresource: SubresourceLayers
Destination image and layers.
dst_bounds: Range<Offset>
Destination image bounds.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageBlit
impl Send for ImageBlit
impl Sync for ImageBlit
impl Unpin for ImageBlit
impl UnwindSafe for ImageBlit
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,