Struct ash::vk::SwapchainImageCreateInfoANDROID  
source · #[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: SwapchainImageUsageFlagsANDROIDImplementations§
source§impl SwapchainImageCreateInfoANDROID
 
impl SwapchainImageCreateInfoANDROID
pub fn builder<'a>() -> SwapchainImageCreateInfoANDROIDBuilder<'a>
Trait Implementations§
source§impl Clone for SwapchainImageCreateInfoANDROID
 
impl Clone for SwapchainImageCreateInfoANDROID
source§fn clone(&self) -> SwapchainImageCreateInfoANDROID
 
fn clone(&self) -> SwapchainImageCreateInfoANDROID
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 more