#[repr(C)]pub struct ImageBlit2 {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_subresource: ImageSubresourceLayers,
pub src_offsets: [Offset3D; 2],
pub dst_subresource: ImageSubresourceLayers,
pub dst_offsets: [Offset3D; 2],
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsrc_subresource: ImageSubresourceLayerssrc_offsets: [Offset3D; 2]dst_subresource: ImageSubresourceLayersdst_offsets: [Offset3D; 2]Implementations
sourceimpl ImageBlit2
impl ImageBlit2
pub fn builder<'a>() -> ImageBlit2Builder<'a>
Trait Implementations
sourceimpl Clone for ImageBlit2
impl Clone for ImageBlit2
sourcefn clone(&self) -> ImageBlit2
fn clone(&self) -> ImageBlit2
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
sourceimpl Debug for ImageBlit2
impl Debug for ImageBlit2
sourceimpl Default for ImageBlit2
impl Default for ImageBlit2
sourcefn default() -> ImageBlit2
fn default() -> ImageBlit2
Returns the “default value” for a type. Read more
impl Copy for ImageBlit2
Auto Trait Implementations
impl RefUnwindSafe for ImageBlit2
impl !Send for ImageBlit2
impl !Sync for ImageBlit2
impl Unpin for ImageBlit2
impl UnwindSafe for ImageBlit2
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