#[repr(C)]pub struct SwapchainImageCreateInfoANDROID {
pub s_type: StructureType,
pub p_next: *const c_void,
pub usage: SwapchainImageUsageFlagsANDROID,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidusage: SwapchainImageUsageFlagsANDROIDImplementations
sourceimpl SwapchainImageCreateInfoANDROID
impl SwapchainImageCreateInfoANDROID
pub fn builder<'a>() -> SwapchainImageCreateInfoANDROIDBuilder<'a>
Trait Implementations
sourceimpl Clone for SwapchainImageCreateInfoANDROID
impl Clone for SwapchainImageCreateInfoANDROID
sourcefn clone(&self) -> SwapchainImageCreateInfoANDROID
fn clone(&self) -> SwapchainImageCreateInfoANDROID
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for SwapchainImageCreateInfoANDROID
impl Default for SwapchainImageCreateInfoANDROID
sourcefn default() -> SwapchainImageCreateInfoANDROID
fn default() -> SwapchainImageCreateInfoANDROID
Returns the “default value” for a type. Read more
impl Copy for SwapchainImageCreateInfoANDROID
Auto Trait Implementations
impl RefUnwindSafe for SwapchainImageCreateInfoANDROID
impl !Send for SwapchainImageCreateInfoANDROID
impl !Sync for SwapchainImageCreateInfoANDROID
impl Unpin for SwapchainImageCreateInfoANDROID
impl UnwindSafe for SwapchainImageCreateInfoANDROID
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more