#[repr(C)]pub struct CopyImageToBufferInfo2 {
pub s_type: StructureType,
pub p_next: *const c_void,
pub src_image: Image,
pub src_image_layout: ImageLayout,
pub dst_buffer: Buffer,
pub region_count: u32,
pub p_regions: *const BufferImageCopy2,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidsrc_image: Imagesrc_image_layout: ImageLayoutdst_buffer: Bufferregion_count: u32p_regions: *const BufferImageCopy2Implementations
sourceimpl CopyImageToBufferInfo2
impl CopyImageToBufferInfo2
pub fn builder<'a>() -> CopyImageToBufferInfo2Builder<'a>
Trait Implementations
sourceimpl Clone for CopyImageToBufferInfo2
impl Clone for CopyImageToBufferInfo2
sourcefn clone(&self) -> CopyImageToBufferInfo2
fn clone(&self) -> CopyImageToBufferInfo2
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 CopyImageToBufferInfo2
impl Debug for CopyImageToBufferInfo2
sourceimpl Default for CopyImageToBufferInfo2
impl Default for CopyImageToBufferInfo2
sourcefn default() -> CopyImageToBufferInfo2
fn default() -> CopyImageToBufferInfo2
Returns the “default value” for a type. Read more
impl Copy for CopyImageToBufferInfo2
Auto Trait Implementations
impl RefUnwindSafe for CopyImageToBufferInfo2
impl !Send for CopyImageToBufferInfo2
impl !Sync for CopyImageToBufferInfo2
impl Unpin for CopyImageToBufferInfo2
impl UnwindSafe for CopyImageToBufferInfo2
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