Struct ash::vk::NativeBufferANDROID
source · #[repr(C)]pub struct NativeBufferANDROID {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle: *const c_void,
pub stride: c_int,
pub format: c_int,
pub usage: c_int,
pub usage2: NativeBufferUsage2ANDROID,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§handle: *const c_void
§stride: c_int
§format: c_int
§usage: c_int
§usage2: NativeBufferUsage2ANDROID
Implementations§
source§impl NativeBufferANDROID
impl NativeBufferANDROID
pub fn builder<'a>() -> NativeBufferANDROIDBuilder<'a>
Trait Implementations§
source§impl Clone for NativeBufferANDROID
impl Clone for NativeBufferANDROID
source§fn clone(&self) -> NativeBufferANDROID
fn clone(&self) -> NativeBufferANDROID
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