Struct ash::vk::NativeBufferUsage2ANDROID
source · #[repr(C)]pub struct NativeBufferUsage2ANDROID {
pub consumer: u64,
pub producer: u64,
}
Expand description
Fields§
§consumer: u64
§producer: u64
Implementations§
source§impl NativeBufferUsage2ANDROID
impl NativeBufferUsage2ANDROID
pub fn builder<'a>() -> NativeBufferUsage2ANDROIDBuilder<'a>
Trait Implementations§
source§impl Clone for NativeBufferUsage2ANDROID
impl Clone for NativeBufferUsage2ANDROID
source§fn clone(&self) -> NativeBufferUsage2ANDROID
fn clone(&self) -> NativeBufferUsage2ANDROID
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 moresource§impl Debug for NativeBufferUsage2ANDROID
impl Debug for NativeBufferUsage2ANDROID
source§impl Default for NativeBufferUsage2ANDROID
impl Default for NativeBufferUsage2ANDROID
source§fn default() -> NativeBufferUsage2ANDROID
fn default() -> NativeBufferUsage2ANDROID
Returns the “default value” for a type. Read more