#[repr(C)]pub struct UnityVulkanRecordingState {
pub commandBuffer: VkCommandBuffer,
pub commandBufferLevel: VkCommandBufferLevel,
pub renderPass: VkRenderPass,
pub framebuffer: VkFramebuffer,
pub subPassIndex: c_int,
pub currentFrameNumber: c_ulonglong,
pub safeFrameNumber: c_ulonglong,
pub reserved: [*mut c_void; 4],
}
Fields§
§commandBuffer: VkCommandBuffer
§commandBufferLevel: VkCommandBufferLevel
§renderPass: VkRenderPass
§framebuffer: VkFramebuffer
§subPassIndex: c_int
§currentFrameNumber: c_ulonglong
§safeFrameNumber: c_ulonglong
§reserved: [*mut c_void; 4]
Trait Implementations§
source§impl Clone for UnityVulkanRecordingState
impl Clone for UnityVulkanRecordingState
source§fn clone(&self) -> UnityVulkanRecordingState
fn clone(&self) -> UnityVulkanRecordingState
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 moresource§impl Default for UnityVulkanRecordingState
impl Default for UnityVulkanRecordingState
impl Copy for UnityVulkanRecordingState
Auto Trait Implementations§
impl Freeze for UnityVulkanRecordingState
impl RefUnwindSafe for UnityVulkanRecordingState
impl !Send for UnityVulkanRecordingState
impl !Sync for UnityVulkanRecordingState
impl Unpin for UnityVulkanRecordingState
impl UnwindSafe for UnityVulkanRecordingState
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)