#[repr(C)]pub struct VkLayerDeviceCreateInfo {
pub sType: StructureType,
pub pNext: *const c_void,
pub function: VkLayerFunction,
pub u: VkLayerDeviceCreateInfo__bindgen_ty_1,
}Available on crate feature
_test only.Expand description
Sub type of structure for instance and device loader ext of CreateInfo. Bindings for the C
VkLayerDeviceCreateInfo type defined in the vk_layer.h file.
When sType is
VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO
then VkLayerFunction indicates struct type pointed to by pNext.
Fields§
§sType: StructureType§pNext: *const c_void§function: VkLayerFunction§u: VkLayerDeviceCreateInfo__bindgen_ty_1Trait Implementations§
Source§impl Default for VkLayerDeviceCreateInfo
impl Default for VkLayerDeviceCreateInfo
Source§impl TaggedStructure for VkLayerDeviceCreateInfo
impl TaggedStructure for VkLayerDeviceCreateInfo
const STRUCTURE_TYPE: StructureType = vk::StructureType::LOADER_DEVICE_CREATE_INFO
impl ExtendsDeviceCreateInfo for VkLayerDeviceCreateInfo
Auto Trait Implementations§
impl Freeze for VkLayerDeviceCreateInfo
impl RefUnwindSafe for VkLayerDeviceCreateInfo
impl !Send for VkLayerDeviceCreateInfo
impl !Sync for VkLayerDeviceCreateInfo
impl Unpin for VkLayerDeviceCreateInfo
impl UnwindSafe for VkLayerDeviceCreateInfo
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