Struct unity_native_plugin_sys::VkRectLayerKHR [−][src]
#[repr(C)]pub struct VkRectLayerKHR {
pub offset: VkOffset2D,
pub extent: VkExtent2D,
pub layer: u32,
}Fields
offset: VkOffset2Dextent: VkExtent2Dlayer: u32Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VkRectLayerKHR
impl Send for VkRectLayerKHR
impl Sync for VkRectLayerKHR
impl Unpin for VkRectLayerKHR
impl UnwindSafe for VkRectLayerKHR
Blanket Implementations
Mutably borrows from an owned value. Read more