#[repr(C)]pub struct ImageResolve {
pub src_subresource: ImageSubresourceLayers,
pub src_offset: Offset3D,
pub dst_subresource: ImageSubresourceLayers,
pub dst_offset: Offset3D,
pub extent: Extent3D,
}Fields§
§src_subresource: ImageSubresourceLayers§src_offset: Offset3D§dst_subresource: ImageSubresourceLayers§dst_offset: Offset3D§extent: Extent3DTrait Implementations§
Source§impl Clone for ImageResolve
impl Clone for ImageResolve
Source§fn clone(&self) -> ImageResolve
fn clone(&self) -> ImageResolve
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 moreimpl Copy for ImageResolve
Source§impl Debug for ImageResolve
impl Debug for ImageResolve
Source§impl Default for ImageResolve
impl Default for ImageResolve
Source§fn default() -> ImageResolve
fn default() -> ImageResolve
Returns the “default value” for a type. Read more
impl Eq for ImageResolve
Source§impl Hash for ImageResolve
impl Hash for ImageResolve
Source§impl PartialEq for ImageResolve
impl PartialEq for ImageResolve
Source§fn eq(&self, other: &ImageResolve) -> bool
fn eq(&self, other: &ImageResolve) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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 UnsafeUnpin 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