#[repr(C)]pub struct ImageResolve {
pub srcSubresource: ImageSubresourceLayers,
pub srcOffset: Offset3D,
pub dstSubresource: ImageSubresourceLayers,
pub dstOffset: Offset3D,
pub extent: Extent3D,
}
Fields§
§srcSubresource: ImageSubresourceLayers
§srcOffset: Offset3D
§dstSubresource: ImageSubresourceLayers
§dstOffset: Offset3D
§extent: Extent3D
Trait Implementations§
Source§impl Clone for ImageResolve
impl Clone for ImageResolve
Source§fn clone(&self) -> ImageResolve
fn clone(&self) -> ImageResolve
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 moreimpl Copy for ImageResolve
Auto Trait Implementations§
impl Freeze for ImageResolve
impl RefUnwindSafe for ImageResolve
impl Send for ImageResolve
impl Sync for ImageResolve
impl Unpin for ImageResolve
impl UnwindSafe for ImageResolve
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