Struct vulkanalia_sys::BufferCopy2KHR
source · [−]#[repr(C)]pub struct BufferCopy2KHR {
pub s_type: StructureType,
pub next: *const c_void,
pub src_offset: DeviceSize,
pub dst_offset: DeviceSize,
pub size: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidsrc_offset: DeviceSizedst_offset: DeviceSizesize: DeviceSizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BufferCopy2KHR
impl !Send for BufferCopy2KHR
impl !Sync for BufferCopy2KHR
impl Unpin for BufferCopy2KHR
impl UnwindSafe for BufferCopy2KHR
Blanket Implementations
Mutably borrows from an owned value. Read more