#[repr(C)]pub struct SwapchainImageCreateInfoOHOS {
pub s_type: StructureType,
pub p_next: *const c_void,
pub usage: SwapchainImageUsageFlagsOHOS,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SWAPCHAIN_IMAGE_CREATE_INFO_OHOS.
p_next: *const c_voidOptional, may be null.
usage: SwapchainImageUsageFlagsOHOSImplementations§
Source§impl SwapchainImageCreateInfoOHOS
impl SwapchainImageCreateInfoOHOS
Sourcepub fn builder<'a>() -> SwapchainImageCreateInfoOHOSBuilder<'a>
pub fn builder<'a>() -> SwapchainImageCreateInfoOHOSBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for SwapchainImageCreateInfoOHOS
impl Clone for SwapchainImageCreateInfoOHOS
Source§fn clone(&self) -> SwapchainImageCreateInfoOHOS
fn clone(&self) -> SwapchainImageCreateInfoOHOS
Returns a duplicate 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 Debug for SwapchainImageCreateInfoOHOS
impl Debug for SwapchainImageCreateInfoOHOS
impl Copy for SwapchainImageCreateInfoOHOS
impl ExtendsImageCreateInfo for SwapchainImageCreateInfoOHOS
Auto Trait Implementations§
impl Freeze for SwapchainImageCreateInfoOHOS
impl RefUnwindSafe for SwapchainImageCreateInfoOHOS
impl !Send for SwapchainImageCreateInfoOHOS
impl !Sync for SwapchainImageCreateInfoOHOS
impl Unpin for SwapchainImageCreateInfoOHOS
impl UnsafeUnpin for SwapchainImageCreateInfoOHOS
impl UnwindSafe for SwapchainImageCreateInfoOHOS
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