#[repr(C)]pub struct SwapchainImageCreateInfoOHOS {
pub s_type: StructureType,
pub next: *const c_void,
pub usage: SwapchainImageUsageFlagsOHOS,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§usage: SwapchainImageUsageFlagsOHOSTrait 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
Source§impl Hash for SwapchainImageCreateInfoOHOS
impl Hash for SwapchainImageCreateInfoOHOS
Source§impl PartialEq for SwapchainImageCreateInfoOHOS
impl PartialEq for SwapchainImageCreateInfoOHOS
Source§fn eq(&self, other: &SwapchainImageCreateInfoOHOS) -> bool
fn eq(&self, other: &SwapchainImageCreateInfoOHOS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SwapchainImageCreateInfoOHOS
impl Eq for SwapchainImageCreateInfoOHOS
impl Send for SwapchainImageCreateInfoOHOS
impl StructuralPartialEq for SwapchainImageCreateInfoOHOS
impl Sync for SwapchainImageCreateInfoOHOS
Auto Trait Implementations§
impl Freeze for SwapchainImageCreateInfoOHOS
impl RefUnwindSafe for SwapchainImageCreateInfoOHOS
impl Unpin 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