Struct screen_13::prelude::vk::NativeBufferANDROID
source · pub struct NativeBufferANDROID {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle: *const c_void,
pub stride: i32,
pub format: i32,
pub usage: i32,
pub usage2: NativeBufferUsage2ANDROID,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§handle: *const c_void§stride: i32§format: i32§usage: i32§usage2: NativeBufferUsage2ANDROIDImplementations§
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 moresource§impl Debug for NativeBufferANDROID
impl Debug for NativeBufferANDROID
source§impl Default for NativeBufferANDROID
impl Default for NativeBufferANDROID
source§fn default() -> NativeBufferANDROID
fn default() -> NativeBufferANDROID
Returns the “default value” for a type. Read more