Struct ash::vk::NativeBufferANDROID [−][src]
#[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
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NativeBufferANDROID
impl !Send for NativeBufferANDROID
impl !Sync for NativeBufferANDROID
impl Unpin for NativeBufferANDROID
impl UnwindSafe for NativeBufferANDROID
Blanket Implementations
Mutably borrows from an owned value. Read more