Struct ash::vk::SwapchainImageCreateInfoANDROID [−][src]
#[repr(C)]pub struct SwapchainImageCreateInfoANDROID { pub s_type: StructureType, pub p_next: *const c_void, pub usage: SwapchainImageUsageFlagsANDROID, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
usage: SwapchainImageUsageFlagsANDROID
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for SwapchainImageCreateInfoANDROID
impl !Sync for SwapchainImageCreateInfoANDROID
impl Unpin for SwapchainImageCreateInfoANDROID
Blanket Implementations
Mutably borrows from an owned value. Read more