#[repr(C)]pub struct BufferImageCopy2 {
pub sType: StructureType,
pub pNext: *const c_void,
pub bufferOffset: DeviceSize,
pub bufferRowLength: u32,
pub bufferImageHeight: u32,
pub imageSubresource: ImageSubresourceLayers,
pub imageOffset: Offset3D,
pub imageExtent: Extent3D,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§bufferOffset: DeviceSize
§bufferRowLength: u32
§bufferImageHeight: u32
§imageSubresource: ImageSubresourceLayers
§imageOffset: Offset3D
§imageExtent: Extent3D
Trait Implementations§
Source§impl Clone for BufferImageCopy2
impl Clone for BufferImageCopy2
Source§fn clone(&self) -> BufferImageCopy2
fn clone(&self) -> BufferImageCopy2
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 BufferImageCopy2
Auto Trait Implementations§
impl Freeze for BufferImageCopy2
impl RefUnwindSafe for BufferImageCopy2
impl !Send for BufferImageCopy2
impl !Sync for BufferImageCopy2
impl Unpin for BufferImageCopy2
impl UnwindSafe for BufferImageCopy2
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